Package pyopencv :: Module cv_h_ext :: Class CvStereoBMState
[hide private]
[frames] | no frames]

Class CvStereoBMState

 object --+    
          |    
??.instance --+
              |
             CvStereoBMState

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
validate_cost(...)
validate_cost( (CvStereoBMState)arg1) -> None : Updates the internal C pointer that represents 'cost'.
 
validate_disp(...)
validate_disp( (CvStereoBMState)arg1) -> None : Updates the internal C pointer that represents 'disp'.
 
validate_preFilteredImg0(...)
validate_preFilteredImg0( (CvStereoBMState)arg1) -> None : Updates the internal C pointer that represents 'preFilteredImg0'.
 
validate_preFilteredImg1(...)
validate_preFilteredImg1( (CvStereoBMState)arg1) -> None : Updates the internal C pointer that represents 'preFilteredImg1'.
 
validate_slidingSumBuf(...)
validate_slidingSumBuf( (CvStereoBMState)arg1) -> None : Updates the internal C pointer that represents 'slidingSumBuf'.

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 412
Properties [hide private]
  SADWindowSize
  cost
  disp
  disp12MaxDiff
  minDisparity
  numberOfDisparities
  preFilterCap
  preFilterSize
  preFilterType
  preFilteredImg0
  preFilteredImg1
  roi1
  roi2
  slidingSumBuf
  speckleRange
  speckleWindowSize
  textureThreshold
  this
  trySmallerWindows
  uniquenessRatio

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

validate_cost(...)

 

validate_cost( (CvStereoBMState)arg1) -> None :
    Updates the internal C pointer that represents 'cost'. The function should be called every time the header of 'cost' is modified by the user.

    C++ signature :
        void validate_cost(CvStereoBMState_wrapper {lvalue})

validate_disp(...)

 

validate_disp( (CvStereoBMState)arg1) -> None :
    Updates the internal C pointer that represents 'disp'. The function should be called every time the header of 'disp' is modified by the user.

    C++ signature :
        void validate_disp(CvStereoBMState_wrapper {lvalue})

validate_preFilteredImg0(...)

 

validate_preFilteredImg0( (CvStereoBMState)arg1) -> None :
    Updates the internal C pointer that represents 'preFilteredImg0'. The function should be called every time the header of 'preFilteredImg0' is modified by the user.

    C++ signature :
        void validate_preFilteredImg0(CvStereoBMState_wrapper {lvalue})

validate_preFilteredImg1(...)

 

validate_preFilteredImg1( (CvStereoBMState)arg1) -> None :
    Updates the internal C pointer that represents 'preFilteredImg1'. The function should be called every time the header of 'preFilteredImg1' is modified by the user.

    C++ signature :
        void validate_preFilteredImg1(CvStereoBMState_wrapper {lvalue})

validate_slidingSumBuf(...)

 

validate_slidingSumBuf( (CvStereoBMState)arg1) -> None :
    Updates the internal C pointer that represents 'slidingSumBuf'. The function should be called every time the header of 'slidingSumBuf' is modified by the user.

    C++ signature :
        void validate_slidingSumBuf(CvStereoBMState_wrapper {lvalue})


Property Details [hide private]

SADWindowSize

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

cost

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

disp

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

disp12MaxDiff

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(...)

preFilterSize

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

preFilterType

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

preFilteredImg0

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

preFilteredImg1

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

roi1

Get Method:
unreachable(...)

roi2

Get Method:
unreachable(...)

slidingSumBuf

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

speckleRange

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

speckleWindowSize

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

textureThreshold

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

this

Get Method:
unreachable(...)

trySmallerWindows

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

uniquenessRatio

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