Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp117 virtual void setTheta(double val) = 0;
/external/opencv3/modules/cudaimgproc/include/opencv2/
Dcudaimgproc.hpp360 virtual void setTheta(float theta) = 0;
408 virtual void setTheta(float theta) = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp296 virtual void setTheta(double theta) = 0;
/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp459 virtual void setTheta(double val) = 0;
/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
/external/opencv3/modules/superres/src/
Doptical_flow.cpp772 alg_->setTheta(theta_); in impl()