Goto

Collaborating Authors

 extraction and similar image search


Feature extraction and similar image search with OpenCV for newbies

#artificialintelligence

Image features For this task, first of all, we need to understand what is an Image Feature and how we can use it. Image feature is a simple image pattern, based on which we can describe what we see on the image. For example cat eye will be a feature on a image of a cat. The main role of features in computer vision(and not only) is to transform visual information into the vector space. Ok, but how to get this features from the image?