OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTransformAlgorithm
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/shape/include/opencv2/shape/
shape_distance.hpp
179
CV_WRAP virtual Ptr<ShapeTransformer>
getTransformAlgorithm
() const = 0;
/external/opencv3/modules/shape/src/
sc_dis.cpp
137
virtual Ptr<ShapeTransformer>
getTransformAlgorithm
() const {return transformer;}
Completed in 2489 milliseconds