05-19-2010 09:07 AM
What do you mean by reversed Danielsson function? You can probably get what you want either using math or inverting the image before using the function.
Your skeleton function might work better after applying Erode a few times to get rid of the bumps.
Bruce
05-19-2010 11:37 PM
05-20-2010 01:50 AM
But the image will not be the same as the picture anymore?
The vains get bigger than they are, can I solve that?
By inversed daniel I mean that it starts at the middle of the the vain and works his way out,
is that possible?
05-20-2010 01:57 AM
Chantal wrote:But the image will not be the same as the picture anymore?
The vains get bigger than they are, can I solve that?
By inversed daniel I mean that it starts at the middle of the the vain and works his way out,
is that possible?
First why are you going for a skeleton when you are able to do it with detect circles?
05-20-2010 02:04 AM
Circle detection doesn't fit the demands, it draws circles where ever it can,
but I need to know the diameter at every point so I can make a table how
many procent falls in a certainly range. (yes the demands have changed)
05-20-2010 02:18 AM
Chantal wrote:Circle detection doesn't fit the demands, it draws circles where ever it can,
but I need to know the diameter at every point so I can make a table how
many procent falls in a certainly range. (yes the demands have changed)
Even If the veins become bigger you can always equate it to the original size right? The size is always going to be proportional isnt it? Correct me if otherwise.
05-20-2010 02:21 AM
05-20-2010 02:22 AM
05-20-2010 02:28 AM
There a lot of noise into my pictures, so I first have to solve that, because
it also makes the noise a bit bigger
05-20-2010 02:51 AM