コード例 #1
0
ファイル: CVHistogram.cs プロジェクト: tdck/opencvdotnet
 public void Release()
 {
     if (this.Internal != IntPtr.Zero)
     {
         PInvoke.cvReleaseHist(ref _hist);
         CVUtils.CheckLastError();
     }
 }