Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_imgproc |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_imgproc.HoughCircles(Mat image,
Vec3fVector circles,
int method,
double dp,
double minDist,
double param1,
double param2,
int minRadius,
int maxRadius)
\brief Finds circles in a grayscale image using the Hough transform.
|
static void |
opencv_imgproc.HoughLines(Mat image,
Vec3fVector lines,
double rho,
double theta,
int threshold,
double srn,
double stn,
double min_theta,
double max_theta) |
Modifier and Type | Method and Description |
---|---|
Vec3fVector |
Vec3fVector.push_back(Point3f value) |
Vec3fVector |
Vec3fVector.put(long i,
Point3f value) |
Vec3fVector |
Vec3fVector.put(Point3f... array) |
Vec3fVector |
Vec3fVector.put(Point3f value) |
Vec3fVector |
Vec3fVector.put(Vec3fVector x) |
Modifier and Type | Method and Description |
---|---|
Vec3fVector |
Vec3fVector.put(Vec3fVector x) |
Copyright © 2020. All rights reserved.