Results 1 to 6 of 6
Thread: Image processng in JAVA
- 09-06-2009, 08:03 AM #1
Member
- Join Date
- Sep 2009
- Posts
- 3
- Rep Power
- 0
Image processng in JAVA
Hey people i do have a problem with image processing I'm doing project MRI reader which reads a MRI scan n identifies brain tumors and from thrsholding im segmenting And the problem is the threshold value of the brain tumor and the skull is the same so after the segmentation the skull also visible with the tumor So can anybody help me plzzzzz
- 09-06-2009, 08:05 AM #2
Member
- Join Date
- Sep 2009
- Posts
- 3
- Rep Power
- 0
I need only the brain tumor coz im using a neural network After doing the edge detection for the brain tumor so before start the edge detection i need to have only the tumor i have to remove off the skulll from the image so Plzzz frnds can u plz help me to do this
-- Thank you in advance --
- 09-06-2009, 08:10 AM #3
- 09-06-2009, 08:17 AM #4
Member
- Join Date
- Sep 2009
- Posts
- 3
- Rep Power
- 0
dear mrmatt1111 my question is how to remove off the skull and segment the tumor only Think lyke this u hv a image and you do the thresholding to segment the ROI(reagion of interest) but there is a problem where the threshold value dat u defined of the ROI is da same as another object so to over come thins kind of a prblem only to segment the ROI only evn though there is another object in the background.
-
I don't really see this as a Java problem per se, but instead this is an algorithm problem. While the skull will certainly make an edge as it has greatly different density than brain tissue, perhaps you can distinguish skull from tumor by their vastly different Hounsfield units.
Oh, also, I ask you to please avoid non-standard abbreviations when posting here as it makes your posts difficult to read for both us native English speakers and even more so for those for whom English is not their first or second language. Thanks for your cooperation and much luck with this project.
- 09-07-2009, 11:10 AM #6
Member
- Join Date
- Sep 2009
- Posts
- 13
- Rep Power
- 0
shaveen,
you are working on some medical visualization problem or image processing problem
your question might be
how to use java in volume rendering or marching cube algorithms on the MRT scanned images? Have you covert the DICOM images to normal bmp files?
my advice to you is to look at VTK toolkit (not a java toolkit) to approach on this problem
look at my blog
I hope it helps!
Similar Threads
-
[SOLVED] manipulating the pixel values of an image and constructinf a new image from
By sruthi_2009 in forum AWT / SwingReplies: 14Last Post: 04-10-2009, 08:46 AM -
How can i get image dimensions using java?
By Thilkumar82 in forum Advanced JavaReplies: 0Last Post: 09-02-2008, 09:12 AM -
creating image using java
By mmahesh_mca in forum New To JavaReplies: 1Last Post: 04-26-2008, 11:23 PM -
Converting multiple banded image into single banded image... Image enhancement
By archanajathan in forum Advanced JavaReplies: 0Last Post: 01-08-2008, 05:29 PM -
Java Image Album 1.1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-04-2007, 07:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks