I have a face recognition project ,
I finished the step of convert RGB image into binarization image (by thresholding)
now I have a black-white image, and I need to segment my image in to objects so i will be able to exract features
Is my steps true??
Can anyone help me to give me algorithms for segmentation ( and src code if there)??