- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
I've been working with IPP to do image processing (filtering, sobel, canny edge detection, etc) on 2D images of my sample (obtained from an ultrasound machine, in raw binary format). Now I need to move onto compounding these images spatially into a 3D image set. The 2D images are taken across my sample with constant distance between each and parallel to each other.
My question is quite simple: is IPP able to perform such 3D spatial compounding from my 2D images and displaying it?
thank you very much!
I've been working with IPP to do image processing (filtering, sobel, canny edge detection, etc) on 2D images of my sample (obtained from an ultrasound machine, in raw binary format). Now I need to move onto compounding these images spatially into a 3D image set. The 2D images are taken across my sample with constant distance between each and parallel to each other.
My question is quite simple: is IPP able to perform such 3D spatial compounding from my 2D images and displaying it?
thank you very much!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First of all, IPP is not GUI library, so it can't display anything. IPP is collection of optimized primitives (aka kernels) you may consider as a building blocks of your algorithm.
There are some support for volume image processing in IPP (for example resize, filter or warping) please take a look at ippr.h and IPP manual files.
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page