10-10-2018 04:40 AM
Hello,
I am working on phase contrast unit in order to get the phase contrast details of cells from the sample.
So for the same,I capture two images with from different illumination pattern.
first I light up the upper half circle in to the LED matrix and take one image then I light up the down half circle and takes second image.
and to get the phase contrast details from that two images by using this equation.
I(DPC) is differnetial phase contrast image
I1 is image when I light up the upper half circle LED matrix
I2 is image taken when I light up the down half circle in LED matrix
So in order to get the phase contrast image, first, I have to subtract the second image from the first image store the result then I have to add the I1 and I2 store the result and in last I have to devide the both the result to get the phase contrast image.
so if any one know how to add, subtract and divide the images to get the above described result then please let me know.
Solved! Go to Solution.
10-10-2018 05:12 AM
10-10-2018 08:13 AM
@udka wrote:
If you have vision toolkit you can find the operators vis : http://zone.ni.com/reference/en-XX/help/370281AE-01/imaqvision/operators_pal/
If not, what do you have? 2D arrays? You can use the normal LabVIEW functions you'd use on scalars.
10-11-2018 04:34 AM
I have Ni Vision Development kit and I have tried to do the same what I need.
it is working good.
Thank you for the help and support.
10-11-2018 05:31 AM
+1 (your first kudo) for marking the solutions.