[Insight-users] Extracting surface normals of 3D binary object

Kishore Mosaliganti kishoreraom at gmail.com
Sun Feb 28 15:19:40 EST 2010


you can also compute the signed distance function of the binary image
and then compute the gradient. This will automatically give you unit
normals everywhere in the image.

Kishore

On Sun, Feb 28, 2010 at 1:22 PM, siqi chen <siqichensc at gmail.com> wrote:
> I would smooth the binary field with GaussianFilter and compute the
> gradient, this will give you an approximated normal direction.
>
> On Sat, Feb 27, 2010 at 3:06 PM, J. Pura <puraj at mail.nih.gov> wrote:
>>
>> Hello,
>>
>> I would like to know if there is a convenient way in itk to extract the
>> surface normal of a 3D binary object at a specific point, or even for a
>> small neighborhood of points.
>>
>> Thank you,
>>
>> John
>> --
>> View this message in context:
>> http://n2.nabble.com/Extracting-surface-normals-of-3D-binary-object-tp4646406p4646406.html
>> Sent from the ITK Insight Users mailing list archive at Nabble.com.
>> _____________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Kitware offers ITK Training Courses, for more information visit:
>> http://www.kitware.com/products/protraining.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list