Forums
VideoLab GaussianBlur filter - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html)
+--- Forum: VideoLab (/forum-21.html)
+--- Thread: VideoLab GaussianBlur filter (/thread-60.html)



VideoLab GaussianBlur filter - jh_ - 12-06-2011 12:10 AM

I am trying to apply GaussianBlur filter on bitmap, like:

Bitmap bmDest = gaussianBlur1.ProcessBitmap(bmSource);

where bmSource is a bitmap with pixel format Format32bppRgb.

All I get, is the exception "Attempted to read or write protected memory." Sad

When testing for example with MorphFilter instead of GaussianBlur, it works correctly inside the same program code.


What might I do wrong?
Thank for any help,

Jüri Helekivi


RE: VideoLab GaussianBlur filter - mitov - 12-06-2011 07:23 AM

(12-06-2011 12:10 AM)jh_ Wrote:  I am trying to apply GaussianBlur filter on bitmap, like:
Bitmap bmDest = gaussianBlur1.ProcessBitmap(bmSource);

Hi Jüri,

Thank you!
Can you please send me a small test at mitov@mitov.com so I can try to reproduce and fix the problem?

With best regards,
Boian Mitov