HomeSort by relevance Sort by last modified time
    Searched refs:facetCenters (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/java/src/
imgproc+Subdiv2D.java 85 // C++: void getVoronoiFacetList(vector_int idx, vector_vector_Point2f& facetList, vector_Point2f& facetCenters)
88 //javadoc: Subdiv2D::getVoronoiFacetList(idx, facetList, facetCenters)
89 public void getVoronoiFacetList(MatOfInt idx, List<MatOfPoint2f> facetList, MatOfPoint2f facetCenters)
93 Mat facetCenters_mat = facetCenters;
337 // C++: void getVoronoiFacetList(vector_int idx, vector_vector_Point2f& facetList, vector_Point2f& facetCenters)
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...]
  /external/opencv3/modules/imgproc/src/
subdivision2d.cpp 752 CV_OUT std::vector<Point2f>& facetCenters)
756 facetCenters.clear();
784 facetCenters.push_back(vtx[k].pt);
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 89 milliseconds