Home
last modified time | relevance | path

Searched refs:ll_angle (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dlsd.cpp312 void ll_angle(const double& threshold, const unsigned int& n_bins, std::vector<coorlist>& list);
458 ll_angle(rho, N_BINS, list); in flsd()
463 ll_angle(rho, N_BINS, list); in flsd()
536 void LineSegmentDetectorImpl::ll_angle(const double& threshold, in ll_angle() function in cv::LineSegmentDetectorImpl