Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/include/opencv2/superres/
Doptical_flow.hpp115 virtual double getTheta() const = 0;
/external/opencv3/modules/cudaimgproc/include/opencv2/
Dcudaimgproc.hpp361 virtual float getTheta() const = 0;
409 virtual float getTheta() const = 0;
/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp295 virtual double getTheta() const = 0;
/external/opencv3/modules/video/include/opencv2/video/
Dtracking.hpp457 virtual double getTheta() const = 0;
/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp88 float getTheta() const { return theta_; } in getTheta() function in __anon847be16b0111::HoughSegmentDetectorImpl
Dhough_lines.cpp85 float getTheta() const { return theta_; } in getTheta() function in __anon740b7d800111::HoughLinesDetectorImpl
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp95 virtual double getTheta() const { return theta_; } in getTheta() function in __anon4c85aea40111::OpticalFlowDual_TVL1_Impl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp755 theta_ = alg_->getTheta(); in DualTVL1_CUDA()