Color Threshold
Allows users to interactively select/deselect pixels to threshold images using RGB or HSV filters.
Author: Aaron
Interesting idea, but fails majorly due to leftover non-standard RGB2HSV calculation. The code needs to be fixed to use Matlab's rgb2hsv, and then possibly offer the non-standard one as an interesting case for a faster, less processor-intensive calculation.
Interesting idea, but the lack of documentation kills it. Perhaps if the examples had been better chosen, for instance to include multidimensional problems, it might have been clearer. As it were, when I tried a simple spring-mass system I got lots of "matrix dimensions must agree" errors, and, being unfamiliar with Matlab's `classdef` features, couldn't really sort out what was going wrong.