Borrar filtros
Borrar filtros

how to divide an image into overlapping blocks using DCT

2 visualizaciones (últimos 30 días)
tawheed jan
tawheed jan el 6 de Feb. de 2017
Respondida: Image Analyst el 6 de Feb. de 2017
I have 512x512 pixels image and i want to divide the image into overlapping blocks and after that i want to extract features in order to perform the image forgery detection.

Respuestas (1)

Image Analyst
Image Analyst el 6 de Feb. de 2017
See the FAQ for how to get NON-overlapping blocks. http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F Note: DCT is not used nor needed to specify a block/tile/subimage of a larger image. You can make changes to blockproc() if you want the blocks to overlap instead of move in "jumps" of the window size. Or you can use conv2(), imfilter(), or nlfilter() if you want the block to slide over only one pixel at a time regardless of what the block width is.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by