mirror of
https://github.com/opencv/opencv.git
synced 2025-01-21 08:37:57 +08:00
8 lines
143 B
OpenEdge ABL
8 lines
143 B
OpenEdge ABL
|
/* wrappers to be able to use cv.sizeof_XXX instead of size () */
|
||
|
|
||
|
%include "cmalloc.i"
|
||
|
|
||
|
%sizeof (CvContour)
|
||
|
%sizeof (CvPoint)
|
||
|
%sizeof (CvSeq)
|