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
Original issue reported on code.google.com by
db3l.em...@gmail.com
on 12 Jan 2009 at 2:32Attachments: