Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_imgproc |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_imgproc.HoughLinesP(Mat image,
Vec4iVector lines,
double rho,
double theta,
int threshold,
double minLineLength,
double maxLineGap)
\brief Finds line segments in a binary image using the probabilistic Hough transform.
|
Modifier and Type | Method and Description |
---|---|
Vec4iVector |
Vec4iVector.push_back(Scalar4i value) |
Vec4iVector |
Vec4iVector.put(long i,
Scalar4i value) |
Vec4iVector |
Vec4iVector.put(Scalar4i... array) |
Vec4iVector |
Vec4iVector.put(Scalar4i value) |
Vec4iVector |
Vec4iVector.put(Vec4iVector x) |
Modifier and Type | Method and Description |
---|---|
Vec4iVector |
Vec4iVector.put(Vec4iVector x) |
Copyright © 2020. All rights reserved.