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