Image Processing Subset

버전 1.0.0.0 (485 KB) 작성자: Anthony Gabrielson
I have started to write a subset of the Image Processing toolbox.
다운로드 수: 1.4K
업데이트 날짜: 2008/10/24

라이선스 보기

The Image Processing toolbox toolbox is lacking a key feature I need, namely the support of all data types.

Quick list of the source included:
imhist_thresh.cpp: Generate histogram from data, # of bins based on unique values.
imsmarthist_thresh.cpp: equalize data based on histogram
imsmartstd_thresh.cpp: equalize data based on standard deviation
im_absdiff.cpp: Absolute difference of two images
im_add.cpp: Add two images
im_addelem.cpp: Add a variable to an image
im_complement.cpp: Inverse of an image
im_div.cpp: Divide one image by another (pixel wise, not linear algebra)
im_divelem.cpp: divide an image by an element
im_find.cpp: generate a new image based on conditions, will be booleanish
im_fliplr.cpp: Flip image left right
im_flipud.cpp: Flip image up down
im_hist.cpp: Histogram of image, notes will explain how to display results
im_log10.cpp: Take the log of the image
im_max.cpp: Max value in the image
im_mean.cpp: Mean value of the image
im_median.cpp: Median value of the image
im_min.cpp: Min value of the image
im_mult.cpp: Multiply one image by another
im_multelem.cpp: Multiply an image by a value
im_rgb2bw.cpp: Convert an RGB image to a BW image
im_sobelEdge.cpp: Sobel Edge of a BW image
im_square.cpp: Square of an image
im_stdDev.cpp: Standard deviation pixel wise, generates a new image
im_stdDevVal.cpp: Standard deviation of the image
im_sub.cpp: Subtract one image from another
im_subelem.cpp: Subtract a value from an image
im_transpose.cpp: Transpose an image

Image.hpp: Parent Class, does need to be used with Matlab.
MatlabImage.hpp: Child Class, only matlab specific code
helperTemplates.hpp: As the name explains
matlabIO.hpp: Convenient way to get data in and out of Matlab. Many templates are intuitive, much better than previous versions.
statistics.hpp: Convenient math templates

buildMex.m: A convenient way of building the entire package

인용 양식

Anthony Gabrielson (2024). Image Processing Subset (https://www.mathworks.com/matlabcentral/fileexchange/21883-image-processing-subset), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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