Friday, June 17, 2011

WPF Bug fixes

Fixed all bugs that I could find in the program, memory seems good for the program.

Implemented importance gestures, the gesture (Sometimes) marks things not in the circle which I'm not sure why. As of now when you circle something it saves a single point (at the center of the circle) signifying importance. The program also draws a small marker on it.

With these points I plan on pulling out those blobs right away (Anything not near these points can be automatically considered garbage (?)

For delete gesture, it runs much faster as well (on large blobs) and doesn't crash if drawn across the entire blob (if the blob is large).

No comments:

Post a Comment