mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +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)
|