I’m interested in performing feature extraction using C++ for medical images (i.e; malignant and benign nodules).
What is suitable for me, an Image processing library or a computer vision one?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to do feature extraction you should look more into computer vision libraries. Image processing is more in the of the kind of algorithms Photoshop does, i.e. to enhance/improve/transform images, not the retrieval of information out of them. The terms are sometimes uses synonymously though.
You might want to check out OpenCV, they provide some feature extractors and it’s an easy to use library for C++.