OpenCvSharp.NativeMethods.features2d_BOWTrainer_clear C# (CSharp) Method

features2d_BOWTrainer_clear() private method

private features2d_BOWTrainer_clear ( IntPtr obj ) : void
obj IntPtr
return void
        public static extern void features2d_BOWTrainer_clear(IntPtr obj);

Usage Example

コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 public virtual void Clear()
 {
     NativeMethods.features2d_BOWTrainer_clear(ptr);
 }
All Usage Examples Of OpenCvSharp.NativeMethods::features2d_BOWTrainer_clear
NativeMethods