| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_ximgproc |
| Modifier and Type | Method and Description |
|---|---|
static FastLineDetector |
opencv_ximgproc.createFastLineDetector() |
static FastLineDetector |
opencv_ximgproc.createFastLineDetector() |
static FastLineDetector |
opencv_ximgproc.createFastLineDetector(int length_threshold,
float distance_threshold,
double canny_th1,
double canny_th2,
int canny_aperture_size,
boolean do_merge)
\brief Creates a smart pointer to a FastLineDetector object and initializes it
|
static FastLineDetector |
opencv_ximgproc.createFastLineDetector(int length_threshold,
float distance_threshold,
double canny_th1,
double canny_th2,
int canny_aperture_size,
boolean do_merge)
\brief Creates a smart pointer to a FastLineDetector object and initializes it
|
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
FastLineDetector.asAlgorithm(FastLineDetector pointer) |
static Algorithm |
FastLineDetector.asAlgorithm(FastLineDetector pointer) |
Copyright © 2024. All rights reserved.