Hi I have a project which related to the content based image retrieval. I have a doubt about what criteria should be taken for this project.when I searched this there I got two methods Feature extraction and image segmentation and region manipulation. Which method is more efficient?
Share
Neither. Answer to this question will require some researrch on yor side. Image recognition is usually done via following steps
You may see it all together in action in JavaOCR project ( text recognition for android ) – but please compile it from source as release is pretty old ):
http://sourceforge.net/projects/javaocr/