imhistc.m

来自「有关matlab的电子书籍有一定的帮助希望有用」· M 代码 · 共 14 行

M
14
字号
function y = imhistc(a,n,isGray)
%IMHISTC Image histogram.
%   COUNTS = IMHISTC(A, N, ISSCALED, TOP) computes the N-bin
%   histogram for A. ISSCALED is 1 if we shouldn't compute the
%   256-bin histogram using the values in A as is. TOP gives the
%   maximum bin location.

%   Joseph M. Winograd, 7-93
%   Revised for IPT 2 by Steven L. Eddins, 1996
%   Copyright 1993-1998 The MathWorks, Inc.  All Rights Reserved.
%   $Revision: 5.5 $  $Date: 1997/11/24 15:55:51 $

error('Missing IMHISTC.MEX');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?