com.soviby.unity.ui.ugui-to.../Assets/Plugins/org/opencv_contrib/plot/Plot.cs

20 lines
257 B
C#
Raw Permalink Normal View History

2024-12-09 18:39:04 +00:00
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
{
}
}