Home
last modified time | relevance | path

Searched defs:setTheta (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp87 void setTheta(float theta) { theta_ = theta; } in setTheta() function in __anon847be16b0111::HoughSegmentDetectorImpl
Dhough_lines.cpp84 void setTheta(float theta) { theta_ = theta; } in setTheta() function in __anon740b7d800111::HoughLinesDetectorImpl
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp96 virtual void setTheta(double theta) { theta_ = theta; } in setTheta() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl