morphimage

버전 1.1.0.0 (856 Bytes) 작성자: Dima Pröfrock
Function to morph grayscale images.
다운로드 수: 6.1K
업데이트 2008/12/8

라이선스 없음

Morphimage morphs an image (grayscale) using a morphing matrix.
Example:
%Read image
image = imread('example.pgm');
imagesize = size(image);
%Creating a random morphield
morphfield = 8*imresize(rand(5,5,2)-0.5,imagesize,'bilinear');
%Morph the original image
MorphedImage = morphimage(image,morphfield);

인용 양식

Dima Pröfrock (2026). morphimage (https://kr.mathworks.com/matlabcentral/fileexchange/11975-morphimage), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

Description

1.0.0.0

new description