how to recombine blocks of an image into one?
조회 수: 10 (최근 30일)
이전 댓글 표시
Dear sir, I am working on Watermarking. I divided a color host image into blocks using mat2cell. i hid watermark images in respective blocks. i wanted to know how i can recombine the watermarked blocks?
댓글 수: 0
답변 (1개)
Kanishk
2025년 1월 30일 8:41
If you have divided the image into blocks using "mat2cell", you can always recombine the blocks using MATLAB function "cell2mat".
Here is the MATLAB documentation for "cell2mat" function.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!