static FastLineDetector |
FastLineDetector.__fromPtr__(long addr) |
static FastLineDetector |
Ximgproc.createFastLineDetector() |
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold) |
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold) |
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1) |
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1,
double _canny_th2) |
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1,
double _canny_th2,
int _canny_aperture_size) |
static FastLineDetector |
Ximgproc.createFastLineDetector(int _length_threshold,
float _distance_threshold,
double _canny_th1,
double _canny_th2,
int _canny_aperture_size,
boolean _do_merge) |