hi,
im trying to program a 2D image noise reduction filter right now.
i heard the fastest way to access a bitmaps pixel is through pointer arithmetic.
so im wondering how i can use that to access and manipulate the RGB values of an image.
I know only access through Bitmap.GetPixel() and .SetPixel(). So I searched over the web for a different solution. And I have found the following article at C# corner to be interesting, and appear to use System.IntPtr and unsafe code:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.