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