Searched refs:setTheta (Results 1 – 8 of 8) sorted by relevance
117 virtual void setTheta(double val) = 0;
360 virtual void setTheta(float theta) = 0;408 virtual void setTheta(float theta) = 0;
296 virtual void setTheta(double theta) = 0;
459 virtual void setTheta(double val) = 0;
87 void setTheta(float theta) { theta_ = theta; } in setTheta() function in __anon847be16b0111::HoughSegmentDetectorImpl
84 void setTheta(float theta) { theta_ = theta; } in setTheta() function in __anon740b7d800111::HoughLinesDetectorImpl
96 virtual void setTheta(double theta) { theta_ = theta; } in setTheta() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl
772 alg_->setTheta(theta_); in impl()