How to extract features? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to extract features?

first of all what is the features in terms of image ? and in image processing, how we can extract the features from images and which language is much suitable to do so...whether python or c...and which library needs to do so...pls explain...

17th Nov 2017, 4:17 AM
sanket parmar (SP)
sanket parmar (SP) - avatar
2 Answers
+ 2
a Feature is something you can "measure" or calculate. there is not the feature but several features you can use or learn. the important thing with features is, that they should describe uniquely your (scene, face, object) for eample: edges ( canny), corners, and so on. normally you decide or learn which features you use, maybe depends on your task. a good start is opencv, it exists for python and c/c++. https://opencv.org at the beginning it is hard to use it. use a tutorial and Google extensively ;) [hint] hint: all cvStuff is c, the rest c++ if you ask your self what's the difference
17th Nov 2017, 6:46 AM
Gunther Strauss
Gunther Strauss - avatar
+ 1
thx
19th Nov 2017, 3:00 PM
sanket parmar (SP)
sanket parmar (SP) - avatar