com.soviby.unity.ui.ugui-to.../Assets/Plugins/org/opencv_contrib/plot/Plot.cs
2024-12-10 02:39:04 +08:00

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
{
}
}