[Insight-users] create an image of a binary structuring element
Roman Grothausmann
roman.grothausmann at helmholtz-berlin.de
Tue Jan 31 05:14:26 EST 2012
Dear mailing list members,
Is there no way to determine the number of foreground pixels in a binary
structuring element?
How could I create an image of a binary structuring element? Then I
could just do something like:
sum= 0;
it.GoToBegin();
while (!it.IsAtEnd())
{
if (it.Get() == foreground)
sum++;
++it;
}
Thanks for any help
Roman
On 26.01.2012 14:57, Roman Grothausmann wrote:
> Dear mailing list members,
>
>
> How can I get the number of foreground pixels in a binary structuring
> element?
>
> Thanks for any help
> Roman
>
--
Roman Grothausmann
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
Bereich Funktionale Materialien
Institut für angewandte Materialforschung
Hahn-Meitner-Platz 1
D-14109 Berlin
(früher Hahn-Meitner-Institut und BESSY)
Tel.: +49-(0)30-8062-42816
Fax.: +49-(0)30-8062-43059
Vorsitzender des Aufsichtsrats: Prof. Dr. Dr. h.c. mult. Joachim Treusch
Stellvertretende Vorsitzende: Dr. Beatrix Vierkorn-Rudolph
Geschäftsführer: Prof. Dr. Anke Rita Kaysser-Pyzalla, Dr. Ulrich Breuer
Sitz der Gesellschaft: Berlin
Handelsregister: AG Charlottenburg, 89 HRB 5583
More information about the Insight-users
mailing list