Ask Your Question
1

Would Open CV help me find an object in 3D image

asked 2012-11-14 11:14:02 -0600

HoosierDaddy gravatar image

My problem isn't computer vision, but I think the techniques used in CV would be applicable. I have an anatomical MRI image - a 3D grey scale array. I would like to locate a particular shape within the image. I think CV techniques would be useful, since I need to deal with translations, rotations, and deformities (everyone's different!).

Is this possible? What part of the library should I be poking around in?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-11-15 01:35:48 -0600

Siegfried gravatar image

Hi,

I'm not sure if opencv is the right library for 3D image and/or point cloud processing. Take a look at the point cloud library pointclouds.org. It can process a lot of different kinds of point clouds which includes also clouds of points with an intensity value (or RGB values) as required in your case.

You can find some useful tutorials here: http://pointclouds.org/documentation/tutorials/

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-14 11:14:02 -0600

Seen: 185 times

Last updated: Nov 15 '12

Related questions