I am writing a masters thesis and would like some input from people who are knowledgeable about one or more of these fields: AI, computer vision, volume graphics, segmentation (3D), feature extraction (3D) image registration (3D) or other interesting challenges related to algorithms operating on 3D grids / volumes / scalar fields. I would especially like to hear from people working with medical imaging.

I am still in the process of narrowing down my area of research and would therefore like some input on areas that people feel are not addressed sufficiently at the moment. For instance, if your area of expertise is the segmentation of volumes, what needs to be improved? What types of features would you like to add? Are volume segmentation systems "mature" and pretty much perfected, or is there still active progress being made?

I know game developers have an increasing interest in voxel graphics (Sparse Voxel Octrees etc). Research related to voxel graphics in games could also be of interest, but I don't really see myself competing with the highly skilled professionals in that field. What I am looking for are niches that perhaps are less cool and less profitable than what game developers and others focus on, but that still could be useful and rewarding to work on.

Any and all suggestions for research topics related to algorithms operating on volume data are very welcome.

Thank you for your time.

link|improve this question

1  
cstheory.stackexchange.com might be more appropriate for this question – Sebastian Paaske Tørholm Jan 30 '11 at 21:25
feedback

closed as off topic by Robert Harvey Sep 26 '11 at 5:29

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

A very hot research area is that of point cloud analysis and processing. 3D laser scanners are becoming more and more pervasive in surveying works for archaeology, architecture, civil engineering, etc., and they generate huge amounts of 3D information composed of vector data (3D points) plus associated raster data (photo scans). Algorithms to discard redundant data and extract features from the point clouds are extremely sought after by industry and academia alike. Some interesting work has been carried out, as far as I know, at Delft University of Technology in The Netherlands, and some other places.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.