imgproc_Ptr_LineSegmentDetector_get() private method

private imgproc_Ptr_LineSegmentDetector_get ( IntPtr obj ) : IntPtr
obj IntPtr
return IntPtr
コード例 #1
0
            public override IntPtr Get()
            {
                var res = NativeMethods.imgproc_Ptr_LineSegmentDetector_get(ptr);

                GC.KeepAlive(this);
                return(res);
            }
コード例 #2
0
 public override IntPtr Get()
 {
     return(NativeMethods.imgproc_Ptr_LineSegmentDetector_get(ptr));
 }