Images blending/mixture/photomontage
This is a small function designed to enter a small image, onto a bigger one. It can be handy in several cases- both for images and especially for videos (perhaps I'll write a wrapper function for video later on). It can be used for hiding an object (like faces of persons interested in anonymity). Another option is water marking.
Annotation, and image/video editing is also an option- adding an object to an existing image. The function receives a main- tile image, and a smaller image subject to insertion. The user specifies the inserted image position, the part of the image to be inserted, the way coordinates should be treated, and the opacity value. Image mixture is generated according to the above parameters, and the new image is returned.
Cite As
Nikolay S. (2025). Images blending/mixture/photomontage (https://www.mathworks.com/matlabcentral/fileexchange/36749-images-blending-mixture-photomontage), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Watermarking >
Tags
Acknowledgements
Inspired by: apply2VideoFrames
Inspired: Embed image to video, embedVideo2Video.zip
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.