Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_imgproc |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_imgproc.HoughLines(Mat image,
Vec2fVector lines,
double rho,
double theta,
int threshold,
double srn,
double stn,
double min_theta,
double max_theta)
\brief Finds lines in a binary image using the standard Hough transform.
|
Modifier and Type | Method and Description |
---|---|
Vec2fVector |
Vec2fVector.push_back(Point2f value) |
Vec2fVector |
Vec2fVector.put(long i,
Point2f value) |
Vec2fVector |
Vec2fVector.put(Point2f... array) |
Vec2fVector |
Vec2fVector.put(Point2f value) |
Vec2fVector |
Vec2fVector.put(Vec2fVector x) |
Modifier and Type | Method and Description |
---|---|
Vec2fVector |
Vec2fVector.put(Vec2fVector x) |
Copyright © 2020. All rights reserved.