Basics
Guides
API Reference
Basics
Guides
API Reference
[238:7] extends: object
CreateCloudFromDisparityImages wraps boofcv.alg.mvs.CreateCloudFromDisparityImages.
CreateCloudFromDisparityImages (Obj = null)
Creates or wraps a cloud generator from disparity images.
Obj is an existing generator object or null.get (string Name)
Gets a public field.
Name is disparitySimilarTol.The field value.setDisparitySimilarTol (double Tolerance)
Sets disparity similarity tolerance.
Tolerance is tolerance value.reset ()
Resets accumulated cloud state.
addCloud (object Points)
Adds an existing point list to the cloud.
Points is a Java list of Point3D_F64.Number of points added.addInverseDepth (object InvDepth, object WorldToView, object PixelToNorm, object NormToPixel)
Adds inverse-depth image data.
InvDepth is GrayF32.WorldToView is Se3_F64.PixelToNorm is Point2Transform2_F64.NormToPixel is PixelTransform.Number of points added.getCloud ()
Gets generated cloud.
A DogArray of Point3D_F64.getViewPointIdx ()
Gets source view point indexes.
A DogArray_I32 Java object.[196:7] extends: object
StereoPairGraphVertex wraps StereoPairGraph.Vertex.
StereoPairGraphVertex (Obj = null)
Creates or wraps a stereo-pair graph vertex.
Obj is an existing vertex object or null.get (string Name)
Gets a public field.
Name is id, indexSba, or pairs.The field value.[159:7] extends: object
StereoPairGraph wraps boofcv.alg.mvs.StereoPairGraph.
StereoPairGraph (Obj = null)
Creates or wraps a stereo-pair graph.
Obj is an existing graph object or null.get (string Name)
Gets a public field.
Name is vertexes.The field value.addVertex (string Id, int IndexSba)
Adds a vertex.
Id is image/view id.IndexSba is scene structure view index.A StereoPairGraph.Vertex Java object.connect (string IdA, string IdB, double Quality3D)
Connects two vertices.
IdA is first vertex id.IdB is second vertex id.Quality3D is quality score.A StereoPairGraph.Edge Java object.reset ()
Resets this graph.
[39:7] extends: object
MultiViewStereoFromKnownSceneStructure wraps boofcv.alg.mvs.MultiViewStereoFromKnownSceneStructure.
MultiViewStereoFromKnownSceneStructure (object ImageType)
Creates the processor.
ImageType is an ImageType wrapper.process (...)
Processes scene structure inputs.
Args are structure, observations, and stereo-pair graph objects.getCloud ()
Gets the generated point cloud.
A Java list of Point3D_F64.setStereoDisparity (object StereoDisparity)
Sets the stereo disparity algorithm.
StereoDisparity is a BoofCV disparity object.[339:7] extends: object
ConfigGenerateStereoGraph wraps boofcv.factory.structure.ConfigGenerateStereoGraph.
ConfigGenerateStereoGraph (Obj = null)
Creates or wraps a stereo graph config.
Obj is an existing config or null.get (string Name)
Gets a public config field.
Name is countSmootherParam, minimumCommonFeaturesFrac, or targetDisparity.The field value.set (string Name, Value)
Sets a public config field.
Name is countSmootherParam, minimumCommonFeaturesFrac, or targetDisparity.Value is the new field value.checkValidity ()
Validates this config.
[66:7] extends: object
SparseSceneToDenseCloud wraps boofcv.alg.structure.SparseSceneToDenseCloud.
SparseSceneToDenseCloud (ImageClassName = null)
Creates or wraps the dense-cloud pipeline.
ImageClassName is an image class/short name such as u8 or f32, or an existing SparseSceneToDenseCloud Java object.process (...)
Processes scene structure inputs.
Args are the BoofCV scene, observation, image-name map, and image lookup objects.True on success.getCloud ()
Gets the generated point cloud.
A Java list of Point3D_F64.getMultiViewStereo ()
Gets the internal multi-view stereo processor.
A raw Java object.getGenerateGraph ()
Gets the stereo-pair graph generator.
A GenerateStereoPairGraphFromScene Java object.getColorRgb ()
Gets RGB colors for the cloud.
A DogArray_I32 Java object.getTimeCreateGraphMS ()
Gets graph creation time in milliseconds.
Elapsed time.getTimeMultiViewStereoMS ()
Gets multi-view stereo time in milliseconds.
Elapsed time.getTimeColorizeMS ()
Gets colorization time in milliseconds.
Elapsed time.getGrayType ()
Gets gray image class.
Java Class object.[6:7] extends: object
MultiBaselineStereoIndependent wraps boofcv.alg.mvs.MultiBaselineStereoIndependent.
MultiBaselineStereoIndependent (object ImageType)
Creates a multi-baseline stereo processor.
ImageType is an ImageType wrapper.process (...)
Processes scene structure inputs.
Args are the BoofCV scene, observation, index, and lookup objects.True on success.setStereoDisparity (object StereoDisparity)
Sets the stereo disparity algorithm.
StereoDisparity is a BoofCV disparity object.getFusedDisparity ()
Gets the fused inverse-depth image.
A raw GrayF32 Java object.getFusedInvDepth ()
Gets the fused inverse-depth image.
A raw GrayF32 Java object.[290:7] extends: object
ColorizeCloudFromImage wraps boofcv.alg.mvs.ColorizeCloudFromImage.
ColorizeCloudFromImage (object ColorLookup)
Creates or wraps a cloud colorizer.
ColorLookup is a LookUpColorRgb Java object or an existing ColorizeCloudFromImage object.getColorLookup ()
Gets the color lookup implementation.
A LookUpColorRgb Java object.process3 (...)
Runs a process3 overload.
Args match BoofCV process3 overloads.process4 (...)
Runs a process4 overload.
Args match BoofCV process4 overloads.[124:7] extends: object
GenerateStereoPairGraphFromScene wraps boofcv.alg.structure.GenerateStereoPairGraphFromScene.
GenerateStereoPairGraphFromScene (Obj = null)
Creates or wraps a stereo-pair graph generator.
Obj is an existing generator object or null.get (string Name)
Gets a public field.
Name is countSmootherParam, minimumCommonFeaturesFrac, or targetDisparity.The field value.setDouble (string Name, double Value)
Sets a double field.
Name is countSmootherParam, minimumCommonFeaturesFrac, or targetDisparity.Value is the new value.process (object ViewToId, object Scene)
Processes a scene into a stereo-pair graph.
ViewToId is TIntObjectMap from view index to id.Scene is SceneStructureMetric.getStereoGraph ()
Gets the generated stereo-pair graph.
A StereoPairGraph Java object.[317:7] extends: object
ConfigSparseToDenseCloud wraps boofcv.factory.structure.ConfigSparseToDenseCloud.
ConfigSparseToDenseCloud (Obj = null)
Creates or wraps a sparse-to-dense cloud config.
Obj is an existing config or null.get (string Name)
Gets a public config field.
Name is disparity, smoother, graph, or mvs.The field value.checkValidity ()
Validates this config.
[214:7] extends: object
StereoPairGraphEdge wraps StereoPairGraph.Edge.
StereoPairGraphEdge (Obj = null)
Creates or wraps a stereo-pair graph edge.
Obj is an existing edge object or null.get (string Name)
Gets a public field.
Name is va, vb, or quality3D.The field value.other (object Vertex)
Gets the other endpoint.
Vertex is one endpoint.The opposite Vertex Java object.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.