Login  Register

sparkle identification

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
_-3
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

sparkle identification

_-3
7 posts
Hi all,
I have an image with sparkles on a surface
( you can see this image on
http://www.fotos-hochladen.net/view/imgixh0pb9jtu.jpg)
-the black dots in the image, not the
black big area in the middle

my probelm is to find a solution to find
(quite) all of the black "dots"

I tried some brightness/contrast sepearion
did some band pass filtering and find maxima
but nothing worked well

mybe you have some hints ?

thank you very mutch !
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: sparkle identification

Herbie-6
22 posts
>Hi all,
>I have an image with sparkles on a surface
>( you can see this image on
>http://www.fotos-hochladen.net/view/imgixh0pb9jtu.jpg)
>-the black dots in the image, not the
>black big area in the middle
>
>my probelm is to find a solution to find
>(quite) all of the black "dots"
>
>I tried some brightness/contrast sepearion
>did some band pass filtering and find maxima
>but nothing worked well
>
>mybe you have some hints ?
>
>thank you very mutch !


Dear Heins Spilker,

although the following may need some parameter tweaking for different
images of this kind you may try this two-step procedure:

1
Process >> FFT >> BandpassFilter
with large=30; small=5; AutoScale; perhaps Saturate;

2
Process >> Find Maxima
NoiseTolerance=20; OutputType=MaxWithTol; ExcludeEdgeMax; LightBackgr;


HTH

                   Herbie

          ------------------------
          <http://www.gluender.de>