Jump to content

writing color gaussian filter


Recommended Posts

Dear all,

I am a new comer in the world of LabVIEW. Now I am doing an image processing project in LabVIEW 8.6. In that I need to apply a Gaussian filter into a 32 bit PNG image. I've searched a lot in this topic. But I could only get the Gaussian filter for gray scale image. But i tried it changing its type of the image to RGB(32) but didn't work.

It shows an error "IMAQ Vision: (Hex 0xBFF60450) Invalid image type". Please help me to find out a solution. Thanking you in advance.

Link to comment

Split the color image into the color planes. Then you have three grayscale images which can be filtered. After that merge the colorplane back to a color image. The VIs for splitting and merging are found in the Vision Utilities > Color Utilities Palette.

Link to comment
  • 10 months later...

Just as a warning, you can get weird color blending effects by doing grayscale filtering operations on color-planes of an image. The Gaussian filter should not cause much of a problem, but you could find some strange colors around the borders between regions of different color.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.