MatLocateROI Method |
Namespace: OpenCvSharp
public void LocateROI( out Size wholeSize, out Point ofs )
Public Sub LocateROI ( <OutAttribute> ByRef wholeSize As Size, <OutAttribute> ByRef ofs As Point )
public: void LocateROI( [OutAttribute] Size% wholeSize, [OutAttribute] Point% ofs )
member LocateROI : wholeSize : Size byref * ofs : Point byref -> unit