Uses of Class
com.irurueta.ar.sfm.PointColorData
Packages that use PointColorData
Package
Description
This package contains classes related to Structure From Motion
techniques in order to obtain 3D reconstructed data from matched points
obtained when a camera moves
-
Uses of PointColorData in com.irurueta.ar.sfm
Fields in com.irurueta.ar.sfm declared as PointColorDataModifier and TypeFieldDescriptionprivate PointColorData
ReconstructedPoint3D.colorData
Color data of reconstructed point (i.e.private PointColorData
Sample2D.colorData
Color data of sampled point (i.e.Methods in com.irurueta.ar.sfm that return PointColorDataModifier and TypeMethodDescriptionReconstructedPoint3D.getColorData()
Gets color data of reconstructed point (i.e.Sample2D.getColorData()
Gets color data of sampled point (i.e.Methods in com.irurueta.ar.sfm with parameters of type PointColorDataModifier and TypeMethodDescriptionabstract void
PointColorData.average
(PointColorData other, PointColorData result) Averages this color data with provided one and stores the result into provided instance.void
ReconstructedPoint3D.setColorData
(PointColorData colorData) Sets color data of reconstructed point (i.e.void
Sample2D.setColorData
(PointColorData colorData) Sets color data of sampled point (i.e.