Saturday 8 June 2013

Electronics Projects:Block Division



Block Division of images using cell and its reconstruction:


This project provides two functions:

  •      To break the data in blocks

  • To recombine them in proper order.

This project breaks any 2-dimensional image into 8*8 blocks and put them in a cell. For ex. function assumes the input image of size 512x512 and it will break this image in to 4096 blocks of 8x8 elements each.
- One can perform desired operation on each block individually like watermarking, enhancement etc.
- After processing second function accept 4096 blocks (a single cell) as input and gives back original image back.

No comments:

Post a Comment