Uses of Class
boofcv.struct.geo.PointIndex
Packages that use PointIndex
-
Uses of PointIndex in boofcv.alg.mvs
Classes in boofcv.alg.mvs with type parameters of type PointIndexModifier and TypeClassDescriptionclassPointToIndexIterator<T extends PointIndex<T,P>, P extends GeoTuple<P>> Specialized iterator that takes in a list of points but iterates over PointIndex.classScenePointsSetIterator<T extends PointIndex<T,P>, P extends GeoTuple<P>> Given ascene, this will iterate through points in that scene that are inside of a provided array full of indexes. -
Uses of PointIndex in boofcv.struct.geo
Classes in boofcv.struct.geo with type parameters of type PointIndexModifier and TypeClassDescriptionclassPointIndex<T extends PointIndex<T,P>, P extends GeoTuple<P>> Base class for all PointIndex implementations.Subclasses of PointIndex in boofcv.struct.geoModifier and TypeClassDescriptionclassA 2D point with an index associated with itclassA 2D point with an index associated with itclassA 3D point with an index associated with itclassA 3D point with an index associated with itclassA 4D point with an index associated with itclassA 4D point with an index associated with it