Home | History | Annotate | Download | only in src

Lines Matching defs:facetCenters

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 );