Package pyopencv :: Module pyopencvext :: Class StereoBM
[hide private]
[frames] | no frames]

Class StereoBM

 object --+    
          |    
??.instance --+
              |
             StereoBM

Instance Methods [hide private]
 
__call__(...)
__call__( (StereoBM)arg1, (Mat)left, (Mat)right, (Mat)disparity [, (object)disptype=3]) -> None :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
init(...)
init( (StereoBM)arg1, (object)preset [, (object)ndisparities=0 [, (object)SADWindowSize=21]]) -> None :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  BASIC_PRESET = 0
  FISH_EYE_PRESET = 1
  NARROW_PRESET = 2
  PREFILTER_NORMALIZED_RESPONSE = 0
  PREFILTER_XSOBEL = 1
  __instance_size__ = 16
Properties [hide private]
  state
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (StereoBM)arg1, (Mat)left, (Mat)right, (Mat)disparity [, (object)disptype=3]) -> None :
    
    Wrapped function:
        operator()

    C++ signature :
        void __call__(cv::StereoBM {lvalue},cv::Mat,cv::Mat,cv::Mat {lvalue} [,int=3])

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)preset [, (object)ndisparities=0 [, (object)SADWindowSize=21]]) -> None :

    C++ signature :
        void __init__(_object*,int [,int=0 [,int=21]])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

init(...)

 

init( (StereoBM)arg1, (object)preset [, (object)ndisparities=0 [, (object)SADWindowSize=21]]) -> None :

    C++ signature :
        void init(cv::StereoBM {lvalue},int [,int=0 [,int=21]])


Property Details [hide private]

state

Get Method:
unreachable(...)
Set Method:
unreachable(...)

this

Get Method:
unreachable(...)