View Source Evision.StereoMatcher (Evision v0.1.7)
Link to this section Summary
cv
Computes disparity map for the specified stereo pair
Computes disparity map for the specified stereo pair
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Positional Arguments
- blockSize:
int
Python prototype (for reference):
Positional Arguments
- disp12MaxDiff:
int
Python prototype (for reference):
Positional Arguments
- minDisparity:
int
Python prototype (for reference):
Positional Arguments
- numDisparities:
int
Python prototype (for reference):
Positional Arguments
- speckleRange:
int
Python prototype (for reference):
Positional Arguments
- speckleWindowSize:
int
Python prototype (for reference):
Functions
Raising version of compute/3
.
Raising version of compute/4
.
Raising version of getBlockSize/1
.
Raising version of getDisp12MaxDiff/1
.
Raising version of getMinDisparity/1
.
Raising version of getNumDisparities/1
.
Raising version of getSpeckleRange/1
.
Raising version of getSpeckleWindowSize/1
.
Raising version of setBlockSize/2
.
Raising version of setDisp12MaxDiff/2
.
Raising version of setMinDisparity/2
.
Raising version of setNumDisparities/2
.
Raising version of setSpeckleRange/2
.
Raising version of setSpeckleWindowSize/2
.
Link to this section cv
Computes disparity map for the specified stereo pair
Positional Arguments
left:
Evision.Mat
.Left 8-bit single-channel image.
right:
Evision.Mat
.Right image of the same size and the same type as the left one.
Return
disparity:
Evision.Mat
.Output disparity map. It has the same size as the input images. Some algorithms, like StereoBM or StereoSGBM compute 16-bit fixed-point disparity map (where each disparity value has 4 fractional bits), whereas other algorithms output 32-bit floating-point disparity map.
Python prototype (for reference):
compute(left, right[, disparity]) -> disparity
Computes disparity map for the specified stereo pair
Positional Arguments
left:
Evision.Mat
.Left 8-bit single-channel image.
right:
Evision.Mat
.Right image of the same size and the same type as the left one.
Return
disparity:
Evision.Mat
.Output disparity map. It has the same size as the input images. Some algorithms, like StereoBM or StereoSGBM compute 16-bit fixed-point disparity map (where each disparity value has 4 fractional bits), whereas other algorithms output 32-bit floating-point disparity map.
Python prototype (for reference):
compute(left, right[, disparity]) -> disparity
Python prototype (for reference):
getBlockSize() -> retval
Python prototype (for reference):
getDisp12MaxDiff() -> retval
Python prototype (for reference):
getMinDisparity() -> retval
Python prototype (for reference):
getNumDisparities() -> retval
Python prototype (for reference):
getSpeckleRange() -> retval
Python prototype (for reference):
getSpeckleWindowSize() -> retval
Positional Arguments
- blockSize:
int
Python prototype (for reference):
setBlockSize(blockSize) -> None
Positional Arguments
- disp12MaxDiff:
int
Python prototype (for reference):
setDisp12MaxDiff(disp12MaxDiff) -> None
Positional Arguments
- minDisparity:
int
Python prototype (for reference):
setMinDisparity(minDisparity) -> None
Positional Arguments
- numDisparities:
int
Python prototype (for reference):
setNumDisparities(numDisparities) -> None
Positional Arguments
- speckleRange:
int
Python prototype (for reference):
setSpeckleRange(speckleRange) -> None
Positional Arguments
- speckleWindowSize:
int
Python prototype (for reference):
setSpeckleWindowSize(speckleWindowSize) -> None
Link to this section Functions
Raising version of compute/3
.
Raising version of compute/4
.
Raising version of getBlockSize/1
.
Raising version of getDisp12MaxDiff/1
.
Raising version of getMinDisparity/1
.
Raising version of getNumDisparities/1
.
Raising version of getSpeckleRange/1
.
Raising version of getSpeckleWindowSize/1
.
Raising version of setBlockSize/2
.
Raising version of setDisp12MaxDiff/2
.
Raising version of setMinDisparity/2
.
Raising version of setNumDisparities/2
.
Raising version of setSpeckleRange/2
.
Raising version of setSpeckleWindowSize/2
.