| Package | Description |
|---|---|
| org.opencv.ximgproc |
| Modifier and Type | Method and Description |
|---|---|
static FastLineDetector |
FastLineDetector.__fromPtr__(long addr) |
static FastLineDetector |
Ximgproc.createFastLineDetector()
Creates a smart pointer to a FastLineDetector object and initializes it
segment farther than this will be
regarded as an outlier
hysteresis procedure in Canny()
hysteresis procedure in Canny()
If zero, Canny() is not applied and the input
image is taken as an edge image.
|
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold)
Creates a smart pointer to a FastLineDetector object and initializes it
|
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold)
Creates a smart pointer to a FastLineDetector object and initializes it
|
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1)
Creates a smart pointer to a FastLineDetector object and initializes it
|
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1,
double _canny_th2)
Creates a smart pointer to a FastLineDetector object and initializes it
|
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1,
double _canny_th2,
int _canny_aperture_size)
Creates a smart pointer to a FastLineDetector object and initializes it
|
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1,
double _canny_th2,
int _canny_aperture_size,
boolean _do_merge)
Creates a smart pointer to a FastLineDetector object and initializes it
|
Copyright © 2021. All rights reserved.