| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
CvPoint
2D point with integer coordinates (usually zero-based).
Warning: This structure is obsolete. It exists only to support
backward compatibility. Please use class Point2i instead.
Reference:
http://opencv.willowgarage.com/documentation/basic_structures.html#cvpoint
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 16
|
|||
|
|||
|
this 2D point with integer coordinates (usually zero-based). |
|||
| x | |||
| y | |||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
repr(x)
|
|
|||
this
2D point with integer coordinates (usually zero-based).
Warning: This structure is obsolete. It exists only to support
backward compatibility. Please use class Point2i instead.
Reference:
http://opencv.willowgarage.com/documentation/basic_structures.html#cvpoint
|
x
|
y
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:09 2010 | http://epydoc.sourceforge.net |