Searched refs:vdm (Results 1 – 4 of 4) sorted by relevance
95 std::vector<DMatch> vdm; in Mat_to_vector_vector_DMatch() local96 Mat_to_vector_DMatch(vm[i], vdm); in Mat_to_vector_vector_DMatch()97 vv_dm.push_back(vdm); in Mat_to_vector_vector_DMatch()
184 MatOfDMatch vdm = matches.get(i);186 assertTrue(Math.min(k, train.rows()) >= vdm.total());187 for(DMatch dm : vdm.toArray())
678 for (MatOfDMatch vdm : lvdm) in vector_vector_DMatch_to_Mat()679 mats.add(vdm); in vector_vector_DMatch_to_Mat()698 MatOfDMatch vdm = new MatOfDMatch(mi); in Mat_to_vector_vector_DMatch() local699 lvdm.add(vdm); in Mat_to_vector_vector_DMatch()
2038 let Args = [UnsignedArgument<"vdm">];2048 Mode getVtorDispMode() const { return Mode(vdm); }