Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VideoLab GaussianBlur filter
12-06-2011, 12:10 AM
Post: #1
VideoLab GaussianBlur filter
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
VideoLab GaussianBlur filter - jh_ - 12-06-2011 12:10 AM
RE: VideoLab GaussianBlur filter - mitov - 12-06-2011, 07:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)