Swapping of neighborhood pixel values of an image

조회 수: 2 (최근 30일)
marie lasz
marie lasz 2020년 9월 24일
댓글: Rik 2020년 9월 25일
Hello Everyone,
How to swap neighborhood pixel values of a RGB image?
  댓글 수: 9
marie lasz
marie lasz 2020년 9월 25일
편집: marie lasz 2020년 9월 25일
It's an attack on an encrypted image,I got as a task. Just to swap or shift pixel values of an image and then to see it's strength against this attack. That is how I got this.
Rik
Rik 2020년 9월 25일
Then I would suggest blockproc to apply a function to each tile of your image. Within a small tile (e.g. 8x8 pixels) you could shuffle the positions with randperm.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by