Package pyopencv :: Module pyopencvext :: 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 :
 
__reduce__(...)
helper for pickle
 
get_pixel_addr(...)
get_pixel_addr( (LineIterator)arg1) -> int :
 
inc(...)
inc( (LineIterator)arg1) -> LineIterator :

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__ = 36
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__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

get_pixel_addr(...)

 

get_pixel_addr( (LineIterator)arg1) -> int :

    C++ signature :
        int get_pixel_addr(cv::LineIterator {lvalue})

inc(...)

 

inc( (LineIterator)arg1) -> LineIterator :

    C++ signature :
        cv::LineIterator {lvalue} inc(cv::LineIterator {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(...)