Loading vslam/object_detection/ObjectDetector.java→object_detection/ObjectDetector.java +0 −0 File moved. View file vslam/object_detection/ObjectSet.java→object_detection/ObjectSet.java +0 −0 File moved. View file vslam/object_detection/Point.java→object_detection/Point.java +0 −0 File moved. View file vslam/object_detection/PointSet.java→object_detection/PointSet.java +5 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,11 @@ public class PointSet { // get first NUM_REPS from pset for now, will make more efficient later for(int i = 0; i < NUM_REPS; i++){ reps[i] = pset.iterator().next(); // early exit if we have less than NUM_REPS points in the current object if(pset.isEmpty()){ return; } } } Loading vslam/object_detection/layout.md→object_detection/layout.md +0 −0 File moved. View file Loading
vslam/object_detection/ObjectDetector.java→object_detection/ObjectDetector.java +0 −0 File moved. View file
vslam/object_detection/PointSet.java→object_detection/PointSet.java +5 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,11 @@ public class PointSet { // get first NUM_REPS from pset for now, will make more efficient later for(int i = 0; i < NUM_REPS; i++){ reps[i] = pset.iterator().next(); // early exit if we have less than NUM_REPS points in the current object if(pset.isEmpty()){ return; } } } Loading