<DIV>Hi Frederic,</DIV>
<DIV>I&nbsp;get this HTML paper. Thank you very much!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,</DIV>
<DIV>Jane<BR><BR><B><I>Frederic Perez &lt;fredericpcx@yahoo.es&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR>Hello Jane,<BR><BR>if I'm not wrong, you can find an HTML version of the paper here:<BR>http://www.nlm.nih.gov/research/visible/vhp_conf/imiels/nlmseg.htm<BR><BR>Frederic Perez<BR><BR>--- Jane Meinel <MYITK@YAHOO.COM>escribió: <BR>&gt; Hi Celina,<BR>&gt; I'm appreciated for your detailed answer. In order to understand this<BR>&gt; method better, I should read your old paper:<BR>&gt; Imielinska, C.; Downes, M; and Yuan, W., "Semi-Automated Color<BR>&gt; Segmentation of Anatomical Tissue", Journal of Computerized Medical<BR>&gt; Imaging and Graphics, 24(2000), 173-180, April, 2000<BR>&gt; However, I can not get this paper. Could you please do me a favor and<BR>&gt; send a copy of this paper to me?<BR>&gt; Is it possible to draw the triangle mesh of the middle result of the<BR>&gt; iteration of Voronoid diagram like the figures in your paper? Which<BR>&gt; class of ITK should I
 use?<BR>&gt; <BR>&gt; <BR>&gt; Thank you very much!<BR>&gt; <BR>&gt; <BR>&gt; Best regards,<BR>&gt; <BR>&gt; Jane<BR>&gt; <BR>&gt; Celina Imielinska <CI42@COLUMBIA.EDU>wrote:<BR>&gt; <BR>&gt; Jane,<BR>&gt; <BR>&gt; the most detailed description of the Voronoi diagram classifier<BR>&gt; (without the fuzzy connectedness part) you can find in my old paper:<BR>&gt; <BR>&gt; Imielinska, C.; Downes, M; and Yuan, W., "Semi-Automated Color<BR>&gt; Segmentation of Anatomical Tissue", Journal of Computerized Medical<BR>&gt; Imaging and Graphics, 24(2000), 173-180, April, 2000.<BR>&gt; <BR>&gt; in the hybrid method that is a combination of (simple) fuzzy <BR>&gt; connectedness and voronoi classification, we use the simplest version<BR>&gt; of <BR>&gt; otherwise "stand-alone" fuzzy connectedness segmentation (look at<BR>&gt; other <BR>&gt; fuzzy connectedness filters provided by the itk), to derive<BR>&gt; statistics for <BR>&gt; a homogeneity operator for the tissue that we are segmenting. We
 do<BR>&gt; need <BR>&gt; a well defined homogeneity operator (in theory, it can be provided by<BR>&gt; "any" method that can do it "well") to "drive" the subdivisions in<BR>&gt; the<BR>&gt; iterative voronoi classification part of the hybrid method. In the<BR>&gt; voronoi <BR>&gt; classification, random points are thrown at the image, and each<BR>&gt; voronoi <BR>&gt; region, in the voronoi diagram, is classified as <BR>&gt; interior/exterior/boundary depending how "close" it is to the <BR>&gt; characteristics of the homogeneity operator. We iterate the method<BR>&gt; and <BR>&gt; keep subdividing the boundary voronoi regions only, until the method <BR>&gt; converges to the boundary of the object/organ (in the process, we<BR>&gt; keep <BR>&gt; "pushing" the interior inside-out, and the exterior outside-in, and <BR>&gt; squizze the boundary in-between, until stopping ctriteria "kick-in).<BR>&gt; <BR>&gt; The estimated mean and standard deviation and other parameters that<BR>&gt; are
 <BR>&gt; automatically computed from a sample 3D region segmented by the <BR>&gt; (simple) fuzzy, can be stored and applied to a new image (same<BR>&gt; tissue, <BR>&gt; same image modality etc.). This method hinges on the "quality" of the<BR>&gt; <BR>&gt; homegeneity operator. We can store the homogeneity operators as a<BR>&gt; database <BR>&gt; for same tissue/organ, same image modality, etc.<BR>&gt; <BR>&gt; if you need more details, please let us know (Yinpeng Jin<BR>&gt; yj76@columbia <BR>&gt; can answer all questions, too),<BR>&gt; <BR>&gt; -Celina<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; On Thu, 26 Aug 2004, Jane Meinel wrote:<BR>&gt; <BR>&gt; &gt; Dear itk-users,<BR>&gt; &gt; I tried the example of HybridSegmentationFuzzyVoronoi. It is quite<BR>&gt; good<BR>&gt; &gt; image segmentation frame.<BR>&gt; &gt; Now I have some questions about this example:<BR>&gt; &gt;<BR>&gt; &gt; *1. In the example image case BrainT1Slice.png, the parameters are:<BR>&gt; 140 125<BR>&gt; &gt; 140 25
 0.2 2.0. Among them, (140, 125) is the seed position. It is <BR>&gt; &gt; obviously. However, "140 and 25 are the estimated mean and standard<BR>&gt; <BR>&gt; &gt; deviation, respectively, of the object to be segmented. Finally,<BR>&gt; 0.2 <BR>&gt; &gt; and 2.0 are the tolerance for the mean and standard deviation, <BR>&gt; &gt; respectively." What do those parameters mean? If I want to segment <BR>&gt; &gt; another image, how should I set those parameters by myself?<BR>&gt; &gt;<BR>&gt; &gt; *2. In the BrainT1Slice.png case, the voronoi diagram<BR>&gt; classification<BR>&gt; &gt; improves the segmentation a lot after the fuzzy connectedness <BR>&gt; &gt; segmentation step. I want to know details about the voronoi diagram<BR>&gt; <BR>&gt; &gt; classification. I have read the paper "Hybrid Segmentation of<BR>&gt; Anotomical <BR>&gt; &gt; Data", which is written by Celina Imielinska, Dimitris Metaxas,<BR>&gt; Jayaram <BR>&gt; &gt; Udupa, Yinpeng Jin, Ting Chen, and published in
 MICCAI 2001. But it<BR>&gt; <BR>&gt; &gt; doesn't describe very clear about voronoi diagram classification.<BR>&gt; Which <BR>&gt; &gt; paper should I read in order to understand this algorithm better?<BR>&gt; &gt;<BR>&gt; &gt; *3. I'm impressed deeply by the figures of the paper mentioned<BR>&gt; about,<BR>&gt; &gt; which show the result of the iterations of VD-based algorithm. How<BR>&gt; can I <BR>&gt; &gt; draw such pictures by ITK classes? I want to know the procedure in <BR>&gt; &gt; different iterate step of Voronoi Diagram algorithm.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Any help is much appreciated! Thanks a lot!<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Jane<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ---------------------------------<BR>&gt; &gt; Do you Yahoo!?<BR>&gt; &gt; Yahoo! Mail - 50x more storage than other providers!<BR>&gt; <BR>&gt; <BR>&gt; ---------------------------------<BR>&gt; Do you Yahoo!?<BR>&gt; New and Improved Yahoo! Mail - Send 10MB
 messages!&gt;<BR>_______________________________________________<BR>&gt; Insight-users mailing list<BR>&gt; Insight-users@itk.org<BR>&gt; http://www.itk.org/mailman/listinfo/insight-users<BR>&gt; <BR><BR><BR><BR><BR><BR>______________________________________________<BR>Renovamos el Correo Yahoo!: ¡100 MB GRATIS!<BR>Nuevos servicios, más seguridad<BR>http://correo.yahoo.es<BR></BLOCKQUOTE><p>
                <hr size=1>Do you Yahoo!?<br>
<a
href="http://us.rd.yahoo.com/mail_us/taglines/msgr/evt=26088/*http://messenger.yahoo.com">Y! Messenger</a> - Communicate in real time. Download now.