Re: [Scikit-learn-general] Image Feature Classification Conceptual Fog

2013-10-22 Thread Joseph Jacobs
10/22/2013 2:47 PM, Joseph Jacobs wrote: >> Hey Jim, >> >> From my (non-expert) perspective, performing classification pixel-wise would >> not be ideal (please correct me if I am wrong). I think the better way would >> be to perform some sort of feature extrac

Re: [Scikit-learn-general] Image Feature Classification Conceptual Fog

2013-10-22 Thread Joseph Jacobs
Hey Jim, From my (non-expert) perspective, performing classification pixel-wise would not be ideal (please correct me if I am wrong). I think the better way would be to perform some sort of feature extraction on the image (eg. SIFT, SURF, HOG, LBP and many, many more...checkout scikit-image or