Cv2GetRectSubPix Method |
Namespace: OpenCvSharp
public static void GetRectSubPix( InputArray image, Size patchSize, Point2f center, OutputArray patch, int patchType = -1 )
Public Shared Sub GetRectSubPix ( image As InputArray, patchSize As Size, center As Point2f, patch As OutputArray, Optional patchType As Integer = -1 )
public: static void GetRectSubPix( InputArray^ image, Size patchSize, Point2f center, OutputArray^ patch, int patchType = -1 )
static member GetRectSubPix : image : InputArray * patchSize : Size * center : Point2f * patch : OutputArray * ?patchType : int (* Defaults: let _patchType = defaultArg patchType -1 *) -> unit