Image Multiplication

Masking(Multiplication) of Two images using C#
Download

Image Multiplication Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Kunal Pawar
  • Publisher web site:
  • http://www.codeproject.com/Members/Kunal-Pawar
  • Operating Systems:
  • Windows All
  • File Size:
  • 7 KB

Image Multiplication Tags


Image Multiplication Description

Anybody can download code use ImageProcessingLib as like plug and play to mask image and perform Dilation operation on image.This function accepts two bitmap one for backgrond and second for foreground and function returns masked Bitmap of two images. GetPixel and SetPixel functions have several drawbacks so we decided to use Pointer. We access and modify a pixel value using Pointer. The next example utilizes the “unsafe” block in C#. Inside unsafe blocks, we have access to pointers from C#. The conclusion is that pointers in unsafe blocks are faster than GetPixel and SetPixel functions. Following is list of offset for different bit images :- 8 bit : 1 - 16 bit : 2 - 24 bit : 3 and - 32 bit : 4 Image Multiplication application is a test tool that provides masking (multiplication) of two images using C#.


Image Multiplication Related Software