09-15-2016 05:25 AM
Algorithm given to me is like this.
Step 1: Capture image from a system
Step 2: Extract the region of interest.
Step 3: Select a row approximately in the middle of the membrane area.
Step 4: Determine the intensities at all the points across the membrane.
Step 5: Plot a graph of the intensities across the row (the line profile).
Step 6: Observe the minimum and maximum intensities along the row.
I need to construct the block diagram for this in labview. Please help me to do this.
I am alresdy extracted the image and roi. how to do the remaining things?
09-15-2016 05:50 AM
This is what I exacly want.
09-15-2016 05:56 AM
Are you the same user aradhrockzz@gm… or differnt user logging from same PC?
-Post the vi/snippet which you developed and stuck with.
-What you are extracting?(Membrane area?)
-If the ROI has the membrane area then from the ROI bounding box(left, Top, Right, Bottom) which is rectangle you can caluclaute the middle row line points.
- Did you check the line profile example http://www.ni.com/example/30560/en/ ?
- ROI Profile gives the statistcis you want as min, max in the ROI : https://zone.ni.com/reference/en-XX/help/370281M-01/imaqvision/imaq_roiprofile/
09-15-2016 06:07 AM
Hope you have to try something by your own and get help in forum, else go through the examples/tutorials suggested by other users .
Its not good to expect a end solution based on your Flowchart, which wont help you to learn and even makes you lazy
09-15-2016 06:10 AM
aradhrockzz@gmail.com and arunamv12 are different users doing same work with some differences logging in same pc. ROI of the membrane area.
09-15-2016 06:17 AM
share us the code/snippet which you have tried, not the Image of front panel.
09-15-2016 09:42 AM
09-15-2016 09:48 AM
I am attaching my algorithm and my code. Plz check ..
09-15-2016 10:13 AM
09-15-2016 10:17 AM
Attaching vi