필터 지우기
필터 지우기

how to divide an image into overlapping blocks using DCT

조회 수: 1 (최근 30일)
tawheed jan
tawheed jan 2017년 2월 6일
답변: Image Analyst 2017년 2월 6일
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.

답변 (1개)

Image Analyst
Image Analyst 2017년 2월 6일
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.

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by