For information, if it can help somebody, i'm gonna blur the image to make some groups of points. Then, i'll make a skeletonnization of these groups. I think the results won't be so bad
I also tried to substract a gaussian blurred (i'm not a native english speaker, don't know if we can say that) image to the original image, but it didn't help a lot. Doeas anyone has an idea of how i...
I'm currently programming an application that intends to detects wrinkles on a face picture. So far I've gpt quite good results, except for some parts of the images : these where...
I just noticed that I was calculating my 'valueGabor' at the wrong place. it's now in the gaborSum method, inside the double for loop. My result seems to be better, but...
I am currently trying to code gabor filter, and to apply it to an image. My firsts results are really strange (so they're wrong I think), because all outputs values are close to zero...
I am currently trying to code gabor filter, and to apply it to an image. My firsts results are really strange (so they're wrong I think), because all outputs values are close to zero...