Combine/Fuse/Mix images

버전 1.3.0.0 (7.58 KB) 작성자: Nikolay S.
Combine/Fuse/Mix images together with user defined weighting/opacity.
다운로드 수: 1.1K
업데이트 날짜: 2012/7/9

라이선스 보기

This is a small function designed to fuse/blend images together. We have found it to be handy in several cases- both for images and videos (see Example III for videos fusion).
It can be used for comparing several image processing methods, applied to an image. While image processing algorithms are frequently evaluated by comparing resulting images side by side, via concatenation or subplot it results in large images. The proposed function allows presenting several methods, each applied to a user defined region of the image, so several methods are evaluated on a single image. This is expected to be even better for videos, where camera motion will result in scene migrations between areas. We have found this function to be useful in generation of test images for segmentation algorithms evaluation. Several texture images were combined in a mosaic, subject to further segmentation. This function can be used for combinations of different images, though we believe imagesMixture to be a more appropriate function for this task. While having only a few inputs parameters, the function allows the user to control the region of each image, and the inter-image opacities, so both soft and sharp margins are possible.

인용 양식

Nikolay S. (2025). Combine/Fuse/Mix images (https://kr.mathworks.com/matlabcentral/fileexchange/37400-combine-fuse-mix-images), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Arithmetic에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

- isDrawLine added- to enables lines plotting around regions.

1.2.0.0

- An automated mask generation sub function added.
- Video example added.

1.1.0.0

- An automated mask generation sub function added.
- Video example added.

1.0.0.0