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
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
|