Jump to content


Photo
- - - - -

Image Processing


  • Please log in to reply
1 reply to this topic

#1 dcg

dcg

    4 more posts to go.

  • Members
  • 6 posts
  • Version:LabVIEW 2010
  • Since:2009

Posted 10 March 2011 - 09:14 PM

Hello

I am doing a college project using Labview 2010 and a webcam to capture an image and process it. I am trying to find and measure a line in a circular region of interest.There are two circles bounding my search region, an inner circle (the origin) and the outer circle ( the edge of my image) as of now I am able to track and measure both them. My plan was to use these measurements to set the Contours for both of the individual shapes that define an ROI but I am unable to do so. I have attached a VI that I have been working on aswell as a sample of an image.

Also once I get this problem sorted out I would eventually like to be able to set the ROI for the Rake tool automatically by using the measurements acquired from the find circle tools.

Thank you very much in advance.

Bye

Attached Thumbnails

  • Solar Dish 8.jpg
  • Solar Dish 7.jpg

Attached Files



#2 Antoine Châlons

Antoine Châlons

    The 500 club

  • Members
  • PipPipPipPipPip
  • 590 posts
  • Version:LabVIEW 2012
  • Since:1999

Posted 11 March 2011 - 08:13 AM

Hello,

Your attempt is not bad.
My suggestion would be that you use the function "ROI to Annulus" with the first 2 ROIs you define, then combine the these 2 annulus into one and then use the "Annulus to ROI" so you can perform the rake.

Secondary question, have you used VBAI as a starting point? If yes I could send you an example inspection with images that might help you.

Hope this helps