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 PointColorDataReconstructedPoint3D.colorDataColor data of reconstructed point (i.e.private PointColorDataSample2D.colorDataColor 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 voidPointColorData.average(PointColorData other, PointColorData result) Averages this color data with provided one and stores the result into provided instance.voidReconstructedPoint3D.setColorData(PointColorData colorData) Sets color data of reconstructed point (i.e.voidSample2D.setColorData(PointColorData colorData) Sets color data of sampled point (i.e.