This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, June 2, 2008 8:39:56 AM(UTC)
Groups: Registered
Posts: 5
Hi,
I am thinking about purchasing the Medical Imaging .net components from LEAD and so I am currently testing the software:
In my first application a user shall draw a ROI into an MRI image -then press a button. The software should now get the data that is enclosed by this ROI (as an array?) pixel by pixel and evaluate the intensity of each and every pixel.
Is something like that programmable with lead tools?
Best wishes
Peter
#2
Posted
:
Tuesday, June 3, 2008 6:17:08 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You should be able to do this following these steps:
1. Use the RasterImageViewer.InteractiveMode Property to enable the user to draw the region in an image.
2. Use the RasterImageViewer.Image.GetRegionClipSegments Method to retrieve the actual pixels contained in the region.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.