[SOLVED] Can IM analyze 3D pictures?

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
Post Reply
Winfried
Posts: 2
Joined: 2012-05-10T05:58:10-07:00
Authentication code: 13

[SOLVED] Can IM analyze 3D pictures?

Post 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.
Last edited by Winfried on 2012-05-14T05:31:44-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Can IM analyze 3D pictures?

Post 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.
Werty
Posts: 66
Joined: 2010-08-06T05:37:36-07:00
Authentication code: 8675308

Re: Can IM analyze 3D pictures?

Post by Werty »

Take a look at OpenCV, Open Source Computer Vision.

http://opencv.willowgarage.com/wiki/
Windows 7 user
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Can IM analyze 3D pictures?

Post 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.
Winfried
Posts: 2
Joined: 2012-05-10T05:58:10-07:00
Authentication code: 13

Re: Can IM analyze 3D pictures?

Post 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.
Post Reply