04-06-2010 03:49 PM
Is there anyway we can calculate the luminous intensity of a circular region
of an image rather than a rectangular region. The light meter function only
supports a point, line and rectangle.
I think its possible to detect luminous intesity of complete circle if we can get
all the x and y co-ordinates of all the pixelsin the circle. I am stuck at this point
for now. Any help would be greatly appreciated.
04-07-2010 04:35 AM
How about making a copy of the VI, giving it the name "Light Meter (Circle)" or "Light Meter (Oval)" and doing the according implementation on the block diagram?
Guenter
04-07-2010 07:27 AM
04-07-2010 02:25 PM
thanks for your help. This does solve a part of the problem.
This gives only mean, highest and lowest intensities information.
How can I get luminous intensities of all the pixels inside the circle.
04-07-2010 03:18 PM
I'm not sure I understand. If you want to get the pixel intensity distribution inside the circle, you can use the "Histogram" indicator of the presented VI. You just have to link it to the connector pane, so that you can use it outside of the subVI.
Or you need a complete listing of every pixel inside the circle, i.e. an array of <x, y, intensity> triplets. That would be a bit more work to do, but also very slow for processing.
04-07-2010 03:25 PM
Yes that would be an ideal solution. I would need an array of x,y and pixel intensity
which would help me identify all the spots with low intensity. You said longer processig
time. Is thats less than a minute or two then great. It would work for me.
04-08-2010 02:13 AM
04-08-2010 08:33 AM
04-09-2010 02:04 PM
Hi
I am attaching the image to this mail. The small circle in the centre is the region of interest.
If you look closely the circle the centered circle has many small low intensity spots.
These low intensity spots are my interest. I need to know how many low intensity spots
are there in the ROI.
Also what plane should be extracted for light meter function. Should it be intensity plane or
luminance plane.