OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:facetCenters
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/java/src/
imgproc.cpp
274
// void getVoronoiFacetList(vector_int idx, vector_vector_Point2f& facetList, vector_Point2f&
facetCenters
)
290
std::vector<Point2f>
facetCenters
;
293
me->getVoronoiFacetList( idx, facetList,
facetCenters
);
294
vector_vector_Point2f_to_Mat( facetList, facetList_mat ); vector_Point2f_to_Mat(
facetCenters
, facetCenters_mat );
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 916 milliseconds