MATLAB: Ideas to improve per-pixel classification

Image Processing Toolboxper-pixelsvm

Hello,
I'm working on a pixel classification of an image. I have 4 classes and they are using RGB coefficients. I have one problem using SVM classification, there is 2 of the classes wich are similar. In the confusion matrix, I have an error of 40% between that 2 classes. They have pretty high similar colors. Does anyone have an idea or advice for improving the accuracy of the classification? For example adding more predictive or adding more contrast between these 2 problematic classes
Thank you

Best Answer

What is the basis for your classification? Color? Are you comparing your image to 4 known reference colors? Then try using Delta E or LDA.