andatt

Results 2 issues of andatt

I am trying to unstructure and structure an Enum like this: ``` from cattr import structure, unstructure class CatBreed(Enum): SIAMESE = "siamese" MAINE_COON = "maine_coon" SACRED_BIRMAN = "birman" a =...

Hi I would like to use the cvblob function WriteContourPolygonSVG as seen on the cvblob source code lines 191 to 197 http://code.google.com/p/cvblob/source/browse/cvBlob/cvblob.h However when I can't find this within cvblob-python....