Searched refs:SIGMA_SCALE (Results 1 – 1 of 1) sorted by relevance
251 const double SIGMA_SCALE; member in cv::LineSegmentDetectorImpl404 :SCALE(_scale), doRefine(_refine), SIGMA_SCALE(_sigma_scale), QUANT(_quant), in LineSegmentDetectorImpl()451 const double sigma = (SCALE < 1)?(SIGMA_SCALE / SCALE):(SIGMA_SCALE); in flsd()