Diffrence

조회 수: 3 (최근 30일)
sunil Kumar
sunil Kumar 2011년 4월 7일
Will you please Expalin the diffrence between hist() and imhist() function?.

채택된 답변

Arnaud Miege
Arnaud Miege 2011년 4월 7일
hist is part of core MATLAB, and allows you to create an histogram plot of a vector or matrix.
imhist on the other hand, is part of the Image Processing Toolbox and allows you to create an histogram of an image data, typically created with the imread function.
HTH,
Arnaud

추가 답변 (1개)

sunil Kumar
sunil Kumar 2011년 4월 7일
hist() can handle a small range of integer datatypes but imhist can handle larger range of integer datatypes .

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by