05-14-2010 03:39 AM
that's what I'm using now 🙂
but it only uses 15 colors in al my images
05-14-2010 10:36 AM
The values produced by the Danielsson algorithm will go up to the limit of your image (255), but the binary display palette rotates through 15 colors and reuses colors for different values.
You could generate your own custom palette, or you could try some other palettes. The rainbow and gradient palettes might look cool.
Bruce
05-17-2010 02:20 AM
How can I generate my own custum palette? there's no entrance for a palette?
05-17-2010 02:35 AM
05-17-2010 03:00 AM
It doesn't work, if I create my own pallete it still uses the 15 colors....
05-17-2010 03:01 AM
ow got it!
Thanks 🙂
05-17-2010 03:06 AM
05-17-2010 03:09 AM
I'm almost there 🙂
Should I post it as solved? or can I wait until I've really solved it myself?
05-17-2010 03:22 AM
05-19-2010 08:29 AM
Hello,
I've got some new questions, In the attachment is my program so far.
There are some new problems, I've used the function skeletonize, only
this function doesn't work the way I want, I thought it would look at
the vains and draw a line in the middle of the vain but there are a lot of
side vains which there aren't at the normal picture. How can I solve this?
I also thought up another function, but I don't know if that exist.
Does anyone know if there is a reversed danielson function? if there is
I would like to know!
Thanks!