saviopalmieri / ctypes-opencv

Automatically exported from code.google.com/p/ctypes-opencv
0 stars 0 forks source link

Small tweak to cx namespace #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The attached patch changes the cx namespace slightly so that CvXxx
structure/data type names always get a leading underscore rather than only
upon collision.  The old way, data type names could change if a new
distinct function constructor gets added later (as was the case with the
introduction of cvMat in r172).  This will help ensure the data types stay
consistent.

-- David

Original issue reported on code.google.com by db3l.em...@gmail.com on 12 Jan 2009 at 2:32

Attachments:

GoogleCodeExporter commented 8 years ago
Patched. Thanks.

Original comment by pmtri80@gmail.com on 14 Jan 2009 at 2:17