how to hide multiple images in a single cover image

1 view (last 30 days)
wat can i do hide multiple images in a single cover image.

Answers (1)

Walter Roberson
Walter Roberson on 2 Jan 2014
Vector_To_Hide = vertcat(FirstImage(:), SecondImage(:), ThirdImage(:)...)
and it is now reduced to a single vector.

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!