Uses of Class
org.opencv.calib3d.StereoBM
-
Packages that use StereoBM Package Description org.opencv.calib3d -
-
Uses of StereoBM in org.opencv.calib3d
Methods in org.opencv.calib3d that return StereoBM Modifier and Type Method Description static StereoBM
StereoBM. __fromPtr__(long addr)
static StereoBM
StereoBM. create()
Creates StereoBM object disparity from 0 (default minimum disparity) to numDisparities.static StereoBM
StereoBM. create(int numDisparities)
Creates StereoBM objectstatic StereoBM
StereoBM. create(int numDisparities, int blockSize)
Creates StereoBM object
-