Git Product home page Git Product logo

steganography-bayer's Introduction

Image Steganography

"Steganography [...] is the practice of concealing a file, message, image, or video within another file, message, image, or video." Wikipedia

RGB Merge

We can create a stego image from 3 images, by using one channel from each image. In this case each of the 3 images acts as cover image and code image at the same time.

Cover Images/Code Images:


Stego Image:


Reconstruction:


We have merged 3 images into 1 image, but since we only take one channel per image we lose color-information, as the reconstruction shows. To solve this problem, we can use the Bayer pattern (BG). Instead of storing one whole channel of an image, we store multiple channel of an image at specific location, giving us the following grid:

When we reconstruct an image, we just have to interpolate the missing colors.

Stego Image:


Reconstruction:


This method can restore the color but note that we had to interpolate some missing colors, meaning all restored images will have worse quality than before.

steganography-bayer's People

Contributors

1938472938477349 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.