MATLAB: Classification using Naive Bayes classifier

classificationpattern frecognition

I want to classify some segmented region into two class A and B using Naive Bayes classifier using some extracted features of that image. How can I computed the probability of each features

Best Answer

Look at lots of pictures and see how often each feature is present. Not sure what else to say or how to answer.