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

Class CvStereoGCState

 object --+    
          |    
??.instance --+
              |
             CvStereoGCState

Instance Methods [hide private]
 
__del__(self)
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
validate_dispLeft(...)
validate_dispLeft( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'dispLeft'.
 
validate_dispRight(...)
validate_dispRight( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'dispRight'.
 
validate_edgeBuf(...)
validate_edgeBuf( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'edgeBuf'.
 
validate_left(...)
validate_left( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'left'.
 
validate_ptrLeft(...)
validate_ptrLeft( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'ptrLeft'.
 
validate_ptrRight(...)
validate_ptrRight( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'ptrRight'.
 
validate_right(...)
validate_right( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'right'.
 
validate_vtxBuf(...)
validate_vtxBuf( (CvStereoGCState)arg1) -> None : Updates the internal C pointer that represents 'vtxBuf'.

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__ = 564
  _ownershiplevel = 0
Properties [hide private]
  Ithreshold
  K
  dispLeft
  dispRight
  edgeBuf
  interactionRadius
  lambda
  lambda1
  lambda2
  left
  maxIters
  minDisparity
  numberOfDisparities
  occlusionCost
  ptrLeft
  ptrRight
  right
  this
  vtxBuf

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

 

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

    C++ signature :
        void validate_dispLeft(CvStereoGCState_wrapper {lvalue})

validate_dispRight(...)

 

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

    C++ signature :
        void validate_dispRight(CvStereoGCState_wrapper {lvalue})

validate_edgeBuf(...)

 

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

    C++ signature :
        void validate_edgeBuf(CvStereoGCState_wrapper {lvalue})

validate_left(...)

 

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

    C++ signature :
        void validate_left(CvStereoGCState_wrapper {lvalue})

validate_ptrLeft(...)

 

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

    C++ signature :
        void validate_ptrLeft(CvStereoGCState_wrapper {lvalue})

validate_ptrRight(...)

 

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

    C++ signature :
        void validate_ptrRight(CvStereoGCState_wrapper {lvalue})

validate_right(...)

 

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

    C++ signature :
        void validate_right(CvStereoGCState_wrapper {lvalue})

validate_vtxBuf(...)

 

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

    C++ signature :
        void validate_vtxBuf(CvStereoGCState_wrapper {lvalue})


Property Details [hide private]

Ithreshold

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

K

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

dispLeft

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

dispRight

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

edgeBuf

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

interactionRadius

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

lambda

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

lambda1

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

lambda2

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

left

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

maxIters

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

minDisparity

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

numberOfDisparities

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

occlusionCost

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

ptrLeft

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

ptrRight

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

right

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

this

Get Method:
unreachable(...)

vtxBuf

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