03-18-2015 03:29 AM
Hi,
I have some issues on image processing without any use of Vision series, just purely Labview Professional Development System 2014 series.
First Problem:
I am able to convert an image from RGB format to a Greyscale but somehow the image is noisy. I meant noisy is that when there is a line in the image, it does not has a clean line. It has some other noise pixel surrounding the line.
So I would like to clean off the noise pixel surrounding the line.
Second Problem:
If I implement a hard threshold to clean the images, it will clean off the some of the slightly dark pixel as compared to the white pixel which is approximately in greyscale's 255 which may be representing the yellow colored pixel.
How can I not cleaning off the yellow colored pixel?
So I hope someone can direct me to some other Community Discussion which has such example which can clear my doubts, or someone can enlighten me for such cases.
Here is the .jpg file which I would like to have a clean background which has a 255 greyscale background.
03-18-2015 03:53 AM
The grey noise that's present looks very much like artifacts from JPEG compression. How are you converting the RGB to greyscale? Is there noise present in the original image?
03-18-2015 04:54 AM
Hi MichaelBalzer,
I convert the image in this way but somehow it has all the noise surrounding the black line. I removed the "Saved to JPEG" functions after converting to the JPEG.
Before And After saving to JPEG, both shows the same issues. I just amplified the area of my concerns.
03-21-2015 09:16 AM - edited 03-21-2015 09:20 AM
hi Jack,
you could do it like this:
Regards,
Alex