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

Class StereoSGBM

 object --+    
          |    
??.instance --+
              |
             StereoSGBM

Instance Methods [hide private]
 
__call__(...)
__call__( (StereoSGBM)arg1, (Mat)left, (Mat)right, (Mat)disp) -> None :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  DISP_SCALE = 16
  DISP_SHIFT = 4
  __instance_size__ = 92
Properties [hide private]
  P1
  P2
  SADWindowSize
  disp12MaxDiff
  fullDP
  minDisparity
  numberOfDisparities
  preFilterCap
  speckleRange
  speckleWindowSize
  this
  uniquenessRatio

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (StereoSGBM)arg1, (Mat)left, (Mat)right, (Mat)disp) -> None :

    C++ signature :
        void __call__(cv::StereoSGBM {lvalue},cv::Mat,cv::Mat,cv::Mat {lvalue})

__call__( (StereoSGBM)arg1, (Mat)left, (Mat)right, (Mat)disp) -> None :

    C++ signature :
        void __call__(StereoSGBM_wrapper {lvalue},cv::Mat,cv::Mat,cv::Mat {lvalue})

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)minDisparity, (object)numDisparities, (object)SADWindowSize [, (object)P1=0 [, (object)P2=0 [, (object)disp12MaxDiff=0 [, (object)preFilterCap=0 [, (object)uniquenessRatio=0 [, (object)speckleWindowSize=0 [, (object)speckleRange=0 [, (bool)fullDP=False]]]]]]]]) -> None :

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

P1

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

P2

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

SADWindowSize

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

disp12MaxDiff

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

fullDP

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

minDisparity

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

numberOfDisparities

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

preFilterCap

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

speckleRange

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

speckleWindowSize

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

this

Get Method:
unreachable(...)

uniquenessRatio

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