Searched defs:setTheta (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_segments.cpp | 87 void setTheta(float theta) { theta_ = theta; } in setTheta() function in __anon847be16b0111::HoughSegmentDetectorImpl |
D | hough_lines.cpp | 84 void setTheta(float theta) { theta_ = theta; } in setTheta() function in __anon740b7d800111::HoughLinesDetectorImpl |
/external/opencv3/modules/cudaoptflow/src/ | ||
D | tvl1flow.cpp | 96 virtual void setTheta(double theta) { theta_ = theta; } in setTheta() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl |