OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTheta
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/modules/superres/include/opencv2/superres/
optical_flow.hpp
115
virtual double
getTheta
() const = 0;
116
/** @copybrief
getTheta
@see
getTheta
*/
/external/opencv3/modules/cudaoptflow/include/opencv2/
cudaoptflow.hpp
295
virtual double
getTheta
() const = 0;
/external/opencv3/modules/cudaimgproc/src/
hough_segments.cpp
88
float
getTheta
() const { return theta_; }
hough_lines.cpp
85
float
getTheta
() const { return theta_; }
/external/opencv3/modules/video/include/opencv2/video/
tracking.hpp
457
virtual double
getTheta
() const = 0;
458
/** @copybrief
getTheta
@see
getTheta
*/
/external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp
361
virtual float
getTheta
() const = 0;
409
virtual float
getTheta
() const = 0;
/external/opencv3/modules/cudaoptflow/src/
tvl1flow.cpp
95
virtual double
getTheta
() const { return theta_; }
/external/opencv3/modules/superres/src/
optical_flow.cpp
755
theta_ = alg_->
getTheta
();
Completed in 89 milliseconds