I am trying to develop a system that recognizes various objects present in an image based on their primitive functions, such as texture, shape and color.
The first step in this process is to extract individual objects from the image, and then process the images one by one.
However, the segmentation algorithm that I have studied so far is not even close to the perfect or so-called ideal image segmentation algorithm.
Segmentation accuracy will determine how much better the system responds to a given request.
Segmentation must be fast and accurate.
Can anyone suggest me some kind of segmentation algorithm, developed or implemented so far, which will not be too complicated to implement, but will be fair enough to complete my project.
Any help is available ..
source
share