Class PointToIndexIterator<T extends PointIndex<T,P>,P extends GeoTuple<P>>

java.lang.Object
boofcv.alg.mvs.PointToIndexIterator<T,P>
All Implemented Interfaces:
IteratorReset<T>, Iterator<T>

public class PointToIndexIterator<T extends PointIndex<T,P>,P extends GeoTuple<P>> extends Object implements IteratorReset<T>
Specialized iterator that takes in a list of points but iterates over PointIndex. The same instance of a PointIndex is returned every iteration to improve performance.
  • Constructor Details

    • PointToIndexIterator

      public PointToIndexIterator(List<P> list, int idx0, int idx1, T point)
  • Method Details