Uses of Interface
boofcv.misc.BoofLambdas.IndexToString
-
Uses of BoofLambdas.IndexToString in boofcv.alg.mvs
Modifier and TypeMethodDescriptionboolean
MultiBaselineStereoIndependent.process
(SceneStructureMetric scene, @Nullable SceneObservations observations, int targetIdx, DogArray_I32 pairIdxs, BoofLambdas.IndexToString sbaIndexToViewID) Computes the disparity between the target and each of the views it has been paired with then fuses all of these into a single disparity image in the target's original pixel coordinates.void
ColorizeMultiViewStereoResults.processScenePoints
(SceneStructureMetric scene, @Nullable SceneObservations observations, BoofLambdas.IndexToString indexToId, BoofLambdas.IndexRgbConsumer indexColor) Looks up the colors for all the points in the scene by reprojecting them back onto their original images.