devert/ofxmagnetic

Add point types

Opened this issue · 0 comments

To replace "ofxMagneticPeak" with "ofxMagneticPoint", a new "type" property 
will be needed in lieu of the "inner" boolean. Will add an enumeration...

ofxMagneticPointType.FEATURE (optical flow point)
ofxMagneticPointType.JOINT (skeletonization joint)
ofxMagneticPointType.PEAK_INNER (Formerly "valley")
ofxMagneticPointType.PEAK_OUTER (Formerly "peak")

Original issue reported on code.google.com by banthere...@gmail.com on 8 Nov 2010 at 7:51