20 lines
257 B
C#
20 lines
257 B
C#
|
|
||
|
using OpenCVForUnity.CoreModule;
|
||
|
using OpenCVForUnity.UtilsModule;
|
||
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
namespace OpenCVForUnity.PlotModule
|
||
|
{
|
||
|
// C++: class Plot
|
||
|
|
||
|
|
||
|
public class Plot
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|