다운로드 수: 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카테고리
- Image Processing and Computer Vision > Image Processing Toolbox > Geometric Transformation and Image Registration >
- MATLAB > Graphics > Images > Read, Write, and Modify Image >
Help Center 및 MATLAB Answers에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기
