07-01-2009 03:44 AM - edited 07-01-2009 03:47 AM
07-01-2009 03:47 AM
thanks for reply,
I am posting the code here....
Vineet
07-02-2009 07:30 AM
07-02-2009 10:04 AM
Hi,
Thanks for the reply. I am posting the code as well as the snap shot of my vi.
Vineet Agrawal
07-03-2009 05:05 AM
Hi,
In my code please ignore the first circle detected. I will use that circle also once i get through with one circle.....
Waiting for your reply
Vineet
07-03-2009 06:19 PM
Your Annulus cluster is being wired wrong.
The entries from top to bottom are Center X, Center Y, Radius Inside, Radius Outside......
You are telling it that the radius inside is some value X whereas the radius OUTSIDE (Which must be larger) is zero.
This is where your error is coming from. Wire the Radius to the fourth terminal from the top and it should work.
Shane.
07-04-2009 02:59 AM
a lot of thanks...
I got it right..........
07-08-2010 06:10 AM
Hello,
I'm also trying to extract an circular ROI,
after the extraction I want to binarize the image, only my threshold value
moves because of the black background.
Is it possible to onely binarize the extracted circular ROI?
or must it always be a square?
Greetz,
Chantal
07-08-2010 06:23 AM
Do you mean you want an image having the circular part alone in binary format and the rest of the image in grayscale???
Instead of the same image you can extract a circular roi as explained by andrew in this thread and extract the image and apply threshold. The image if extracted will be a rectangle
07-08-2010 07:04 AM
This is what I meant. Circular roi and circular masked region extraction