I am working in a project about recognizing the indoor environment objects (e.g. chair , table ). I am new to the machine leaning with opencv (using c++). My plan is to use SURF feature detection method and then categorize the objects using SVM classification.
I have seen many example codes and still I could not figure out how to provide the data , label them 1 or 0 , how to make a model and use that to train ..etc. I would be appreciate is anyone can help me with the clear steps. Its really confusing to me.