Package pyopencv :: Module cxcore_hpp_ext :: Class LineIterator
[hide private]
[frames] | no frames]

Class LineIterator

 object --+    
          |    
??.instance --+
              |
             LineIterator

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (Mat)img, (Point2i)pt1, (Point2i)pt2 [, (object)connectivity=8 [, (bool)leftToRight=False]]) -> None :
 
__iter__(...)
__iter__( (LineIterator)arg1) -> LineIterator :
 
__reduce__(...)
helper for pickle
 
next(...)
next( (LineIterator)arg1) -> Point2i :

Inherited from unreachable.instance: __new__

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

Properties [hide private]
  count
  err
  minusDelta
  minusStep
  plusDelta
  plusStep
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Mat)img, (Point2i)pt1, (Point2i)pt2 [, (object)connectivity=8 [, (bool)leftToRight=False]]) -> None :

    C++ signature :
        void __init__(_object*,cv::Mat,cv::Point_<int>,cv::Point_<int> [,int=8 [,bool=False]])

Overrides: object.__init__

__iter__(...)

 

__iter__( (LineIterator)arg1) -> LineIterator :

    C++ signature :
        LineIterator_wrapper {lvalue} __iter__(LineIterator_wrapper {lvalue})

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

next(...)

 

next( (LineIterator)arg1) -> Point2i :

    C++ signature :
        cv::Point_<int> next(LineIterator_wrapper {lvalue})


Property Details [hide private]

count

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

err

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

minusDelta

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

minusStep

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

plusDelta

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

plusStep

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

this

Get Method:
unreachable(...)