Retrieves pixel rectangle from image with sub-pixel accuracy.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
Source image. - dst
- Type: OpenCvSharpCvArr
Extracted rectangle. - center
- Type: OpenCvSharpCvPoint2D32f
Floating point coordinates of the extracted rectangle center within the source image. The center must be inside the image.
See Also