| HoughDeskewOption Enumeration |
Specifies to do or not to do skewing of Hough transform image
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum HoughDeskewOption
Public Enumeration HoughDeskewOption
public enum class HoughDeskewOption
Members
| Member name | Value | Description |
---|
| RAW | 0 |
Use raw cyclic image
|
| DESKEW | 1 |
Prepare deskewed image
|
Remarks
The enum specifies to do or not to do skewing of Hough transform image
so it would be no cycling in Hough transform image through borders of image.
See Also