Remove white space around images

RemoveWhiteSpace removes white spaces around images.
다운로드 수: 2.7K
업데이트 날짜: 2012/2/14

라이선스 보기

RemoveWhiteSpace function is a tiny tool to remove white spaces around an image.

Syntax:

1. For an image: u_out = RemoveWhiteSpace(u_in)

2. For an image file, to overwrite the result on the same file: RemoveWhiteSpace([], 'file', input_filename)

3. For an image file, to make a new output file: RemoveWhiteSpace([], 'file', input_filename, 'output', output_filename)

© February 2nd, 2012, By Reza Farrahi Moghaddam, Synchromedia Lab, ETS, Montreal, Canada

인용 양식

Reza Farrahi Moghaddam (2024). Remove white space around images (https://www.mathworks.com/matlabcentral/fileexchange/34898-remove-white-space-around-images), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

A minor fix.

1.6.0.0

Removing the dependency on the Image Processing Toolbox.

1.5.0.0

Image Processing Toolbox is added to requirements.

1.4.0.0

A minor fix.

1.3.0.0

A minor fix.

1.2.0.0

A minor fix.

1.1.0.0

A minor fix.

1.0.0.0