<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi<BR>
&nbsp;<BR>
Thank you for your help. <BR>
&nbsp;<BR>
No, i dont have a list of indices.<BR>
I&nbsp;just used the LineConstIterator to draw a line between my two points. <BR>
now i need check the gray-level value between these two points and find the&nbsp;pixel with the maximun gray-level value on that line.<BR>
so i want my output to be an&nbsp;index.<BR>
should i make an if&nbsp;loop inside the while loop that checks for the highest value?<BR>
&nbsp;<BR>
Thanks . <BR>
&nbsp;<BR>
&nbsp;<BR>&nbsp;<BR>
&gt; Date: Sun, 1 May 2011 19:04:45 -0400<BR>&gt; Subject: Re: [Insight-users] Gradient Magnitude<BR>&gt; From: daviddoria@gmail.com<BR>&gt; CC: xlolla28x@hotmail.com; insight-users@itk.org<BR>&gt; <BR>&gt; On Sun, May 1, 2011 at 6:57 PM, Neil Panjwani &lt;paniwani@gmail.com&gt; wrote:<BR>&gt; &gt; If you know the indexes of the line, you could use the image region iterator<BR>&gt; &gt; with index to scan those indices and find the highest value using an if<BR>&gt; &gt; statement.<BR>&gt; <BR>&gt; Here is an example of what Neil suggested (you'd have to check<BR>&gt; "iterator.GetIndex() == AnyOfYourIndices" for every pixel visited by<BR>&gt; the iterator):<BR>&gt; http://www.vtk.org/Wiki/ITK/Examples/Iterators/ImageRegionIteratorWithIndex<BR>&gt; <BR>&gt; If you have the end points of the line rather than the list of indices<BR>&gt; composing the line, you could use this:<BR>&gt; http://www.vtk.org/Wiki/ITK/Examples/Iterators/LineConstIterator<BR>&gt; <BR>&gt; David<BR>                                               </body>
</html>