how to hide multiple images in a single cover image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
wat can i do hide multiple images in a single cover image.
0 Commenti
Risposte (1)
Walter Roberson
il 2 Gen 2014
Vector_To_Hide = vertcat(FirstImage(:), SecondImage(:), ThirdImage(:)...)
and it is now reduced to a single vector.
0 Commenti
Vedere anche
Categorie
Scopri di più su Encryption / Cryptography in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!