paper-with-me

Papers

Hiding Image in Image by Five Modulus Method for Image Steganography

2013-04-04 · Firas A. Jassim

This paper is to create a practical steganographic implementation to hide color image (stego) inside another color image (cover). The proposed technique uses Five Modulus Method to convert the whole pixels within both the cover and the stego images into multiples of five. Since each pixels inside the stego image is divisible by five then the whole stego image could be divided by five to get new range of pixels 0..51. Basically, the reminder of each number that is not divisible by five is either 1,2,3 or 4 when divided by 5. Subsequently, then a 4-by-4 window size has been implemented to accommodate the proposed technique. For each 4-by-4 window inside the cover image, a number from 1 to 4 could be embedded secretly from the stego image. The previous discussion must be applied separately for each of the R, G, and B arrays. Moreover, a stego-key could be combined with the proposed algorithm to make it difficult for any adversary to extract the secret image from the cover image. Based on the PSNR value, the extracted stego image has high PSNR value. Hence this new steganography algorithm is very efficient to hide color images.

📄 PDF Abstract BibTeX arXiv:1304.1571

Code (0)

등록된 구현이 없습니다.

Tasks

Image Steganography

Similar Papers 제목 키워드 기반

Image Compression By Embedding Five Modulus Method Into JPEG

2013-04-30 · Firas A. Jassim

The standard JPEG format is almost the optimum format in image compression. The compression ratio in JPEG sometimes reaches 30:1. The compression ratio of JPEG could be increased by embedding the Five Modulus Method (FMM…

Image Compression

StegaINR4MIH: steganography by implicit neural representation for multi-image hiding

2024-10-14 · Weina Dong, Jia Liu, Lifeng Chen, Wenquan Sun 외

Multi-image hiding, which embeds multiple secret images into a cover image and is able to recover these images with high quality, has gradually become a research hotspot in the field of image steganography. However, due …

Image Steganography

Five Modulus Method For Image Compression

2012-11-19 · Firas A. Jassim, Hind E. Qassim

Data is compressed by reducing its redundancy, but this also makes the data less reliable, more prone to errors. In this paper a novel approach of image compression based on a new method that has been created for image c…

Image Compression

Edge Detection Based on Global and Local Parameters of the Image

2015-04-23 · Andrew F. C. Brustolin

This paper presents an edge detection method based on global and local parameters of the image, which produces satisfactory results on the edge detection of complex images and has a simple structure for execution. The lo…

Edge Detection

DeepMIH: Deep Invertible Network for MultipleImage Hiding

2022-01-10 · IEEE TPAMI 2022 1 · Zhenyu Guan; Junpeng Jing; Xin Deng; Mai Xu; Lai Jiang; Zhou Zhang; Yipeng Li

Multiple image hiding aims to hide multiple secret images into a single cover image, and then recover all secret images perfectly. Such high-capacity hiding may easily lead to contour shadows or color distortion, which m…