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 TypeClassDescriptionclass
PointToIndexIterator<T extends PointIndex<T,
P>, P extends GeoTuple<P>> Specialized iterator that takes in a list of points but iterates over PointIndex.class
ScenePointsSetIterator<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 TypeClassDescriptionclass
PointIndex<T extends PointIndex<T,
P>, P extends GeoTuple<P>> Base class for all PointIndex implementations.Subclasses of PointIndex in boofcv.struct.geoModifier and TypeClassDescriptionclass
A 2D point with an index associated with itclass
A 2D point with an index associated with itclass
A 3D point with an index associated with itclass
A 3D point with an index associated with itclass
A 4D point with an index associated with itclass
A 4D point with an index associated with it