代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/147186/12578816
m matprint.m
% MATPRINT - prints a matrix with specified format string
%
% Usage: matprint(a, fmt, fid)
%
% a - Matrix to be printed.
% fmt - C style format string to use for
www.eeworm.com/read/147186/12579107
m nonmaxsup.m
% NONMAXSUP - Non-maximal Suppression
%
% Usage: cim = nonmaxsup(im, radius)
%
% Arguments:
% im - image to be processed.
% radius - radius of region considered in
www.eeworm.com/read/236973/13985183
m selectseg.m
% SELECTSEG - Interactive selection of linesegments with mouse.
%
% Usage: segs = selectseg(seglist);
%
% seglist - an Nx4 array storing line segments in the form
%
www.eeworm.com/read/201202/15413444
sci plotmomentgenfun.sci
function PlotMomentGenFun(tau,q)
// PlotMomentGenFun -- Display Moment Generating Function
// Usage
// PlotMomentGenFun(tau,q)
// Inputs
// tau matrix a by nq of ``Moment Generating
www.eeworm.com/read/201202/15413492
sci buildskelmap.sci
function [skellist,skelptr,skellen] = BuildSkelMap(maxmap)
// BuildSkelMap -- Chain together Ridges of Wavelet Transform
// Usage
// [skellist,skelptr,skellen] = BuildSkelMap(maxmap)
// Input
www.eeworm.com/read/201202/15413494
sci plotmultispectrum.sci
function PlotMultiSpectrum(f,alpha)
// PlotMultiSpectrum -- Display Multifractal Spectrum
// Usage
// PlotMultiSpectrum(f,alpha)
// Inputs
// f vector 1 by nalpha from CalcFracSpe
www.eeworm.com/read/201202/15413512
sci imagewtmm.sci
function ImageWTMM(maxmap,option,color,titlestr)
// ImageWTMM -- Maxima of Continuous Wavelet Transform
// Usage
// ImageWTMM(maxmap)
// Inputs
// maxmap maxmap produced by WTMM
//
www.eeworm.com/read/201202/15413537
sci makeddbdryfilter.sci
function [LEFilt,REFilt] = MakeDDBdryFilter(D)
// MakeDDBdryFilter -- Edge filters, Interpolating (Deslauriers-Dubuc) Refinement
// Usage
// [LEFilt,REFilt] = MakeDDBdryFilter(D)
// Inputs
/
www.eeworm.com/read/201202/15413614
sci makeatroufilter.sci
function [lodyadf,dlodyadf,hidyadf,dhidyadf] = MakeATrouFilter(Type)
//
// MakeATrouFilter -- Generate Biorthonormal Quadratic Spline Filter Pair
//
// Usage
// [lodyadf,dlodyadf,hidyadf,dhid