public static class opencv_calib3d.StereoBM extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_PRESET
enum cv::StereoBM::
|
static int |
FISH_EYE_PRESET
enum cv::StereoBM::
|
static int |
NARROW_PRESET
enum cv::StereoBM::
|
static int |
PREFILTER_NORMALIZED_RESPONSE
enum cv::StereoBM::
|
static int |
PREFILTER_XSOBEL
enum cv::StereoBM::
|
| Constructor and Description |
|---|
StereoBM()
the default constructor
|
StereoBM(int preset) |
StereoBM(int preset,
int ndisparities,
int SADWindowSize)
the full constructor taking the camera-specific preset, number of disparities and the SAD window size
|
StereoBM(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(opencv_core.Mat left,
opencv_core.Mat right,
opencv_core.Mat disparity) |
void |
compute(opencv_core.Mat left,
opencv_core.Mat right,
opencv_core.Mat disparity,
int disptype)
the stereo correspondence operator.
|
void |
init(int preset) |
void |
init(int preset,
int ndisparities,
int SADWindowSize)
the method that reinitializes the state.
|
opencv_calib3d.CvStereoBMState |
state()
pointer to the underlying CvStereoBMState
|
opencv_calib3d.StereoBM |
state(opencv_calib3d.CvStereoBMState state) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic static final int PREFILTER_NORMALIZED_RESPONSE
public static final int PREFILTER_XSOBEL
public static final int BASIC_PRESET
public static final int FISH_EYE_PRESET
public static final int NARROW_PRESET
public StereoBM(Pointer p)
public StereoBM()
public StereoBM(int preset,
int ndisparities,
int SADWindowSize)
public StereoBM(int preset)
public void init(int preset,
int ndisparities,
int SADWindowSize)
public void init(int preset)
public void compute(opencv_core.Mat left, opencv_core.Mat right, opencv_core.Mat disparity, int disptype)
public void compute(opencv_core.Mat left, opencv_core.Mat right, opencv_core.Mat disparity)
public opencv_calib3d.CvStereoBMState state()
public opencv_calib3d.StereoBM state(opencv_calib3d.CvStereoBMState state)
Copyright © 2014. All Rights Reserved.