Page 1 of 1

[SOLVED] Can IM analyze 3D pictures?

Posted: 2012-05-10T06:08:54-07:00
by Winfried
Hello,

I'm a total newbie when it comes to image analysis, but I'd like to write an application for smartphones (Android and/or iPhone) for the medical profession. I need to find a good library that can analyse pictures taken with the smartphone.

The goal is to analyze pictures to determine an object's size (length, width, depth), its colors, over a period of several weeks, which means that the shooting angle and colors will be slightly different in each shot.

Is ImageMagick a good solution for this? If not, what libraries should I check, free or commercial?

Thank you.

Re: Can IM analyze 3D pictures?

Posted: 2012-05-10T09:46:35-07:00
by fmw42
I doubt that IM will be a good match for your requirements. It has limited feature analysis. I have no idea what to suggest to you.

Re: Can IM analyze 3D pictures?

Posted: 2012-05-10T18:25:06-07:00
by Werty
Take a look at OpenCV, Open Source Computer Vision.

http://opencv.willowgarage.com/wiki/

Re: Can IM analyze 3D pictures?

Posted: 2012-05-10T18:30:09-07:00
by fmw42
Good thought, Werty!

I had forgotten about OpenCV. It has lots of feature detection and analysis functions.

I don't know about the licensing issues (or software issues), but it would really be great if IM could link to OpenCV as delegate library or integrate it into IM more directly! That would add a lot of needed feature analysis functions into IM.

Re: Can IM analyze 3D pictures?

Posted: 2012-05-14T05:30:42-07:00
by Winfried
Werty wrote:Take a look at OpenCV, Open Source Computer Vision.

http://opencv.willowgarage.com/wiki/
Thanks for the feedback. I'll check OpenCV.