44
#ifndef __OPENCV_FAST_HOUGH_TRANSFORM_HPP__
45
#define __OPENCV_FAST_HOUGH_TRANSFORM_HPP__
48
#include "opencv2/core.hpp"
51
namespace
cv
{
namespace
ximgproc {
105
enum
HoughDeskewOption
118
RO_IGNORE_BORDERS = 0x01,
133CV_EXPORTS_W
void
FastHoughTransform( InputArray src,
136
int
angleRange = ARO_315_135,
138
int
makeSkew = HDO_DESKEW );
155CV_EXPORTS_W Vec4i HoughPoint2Line(
const
Point &houghPoint,
156
InputArray srcImgInfo,
157
int
angleRange = ARO_315_135,
158
int
makeSkew = HDO_DESKEW,
159
int
rules = RO_IGNORE_BORDERS );
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75