Enum HoughDeskewOption
Specifies to do or not to do skewing of Hough transform image
Namespace: OpenCvSharp.XImgProc
Assembly: OpenCvSharp.dll
Syntax
public enum HoughDeskewOption
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.
Fields
Name | Description |
---|---|
DESKEW | Prepare deskewed image |
RAW | Use raw cyclic image |