- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
how to apply gaussian filter on 4-channels image(RGBA) ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sascha,
The way I understand what you try to solve is using the Gaussian filter on an RGBA image. The problem space is still two dimensional (x and y). Applying this the RGBA, you need to call this function four times on each color component.
Let me know if this helps.
Thanks & Best,
Bjoern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bjoern,
I call the gaussian function twice:
1x ippiFilterGaussianBorder_8u_C3R for (RGB)
and
1x ippiFilterGaussianBorder_8u_C1R (A)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page