Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

measure diameter (tickhness) from binairy picture

Solved!
Go to solution

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

Bruce Ammons
Ammons Engineering
Message 41 of 64
(1,943 Views)
Yes apply a preprocessing like erode before you apply skeleton.
Message 42 of 64
(1,929 Views)

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?

0 Kudos
Message 43 of 64
(1,924 Views)

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?

0 Kudos
Message 44 of 64
(1,922 Views)

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)

 

0 Kudos
Message 45 of 64
(1,921 Views)

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.

Message 46 of 64
(1,918 Views)
I think so 🙂
0 Kudos
Message 47 of 64
(1,917 Views)

Chantal wrote:
I think so 🙂

So should work...?:smileyvery-happy:

0 Kudos
Message 48 of 64
(1,916 Views)

There a lot of noise into my pictures, so I first have to solve that, because

it also makes the noise a bit bigger

0 Kudos
Message 49 of 64
(1,914 Views)
Can you post an ORIGINAL image. Did you try applying a proper threshold and then apply remove small particles?
0 Kudos
Message 50 of 64
(1,913 Views)