代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/183855/9134487
f_detect
# ======================================================================
if ($# != "2") then
echo "USAGE: f_detect_pipe IN IN_list"
exit 1
endif
set IN = $1
set IN_list = $2
# -------------
www.eeworm.com/read/183855/9134502
f_coeffs_old
# ======================================================================
if ($# != "2") then
echo "USAGE: f_gallery_coeffs IN IN_list"
exit 1
endif
set IN = $1
set IN_list = $2
# ----------
www.eeworm.com/read/371255/9559077
m greytrans.m
% GREYTRANS - Interactive greyscale manipulation of an image (RGB or greyscale)
%
% Usage: [newim, x, y] = greytrans(im, npts)
%
% Arguments
% im - Image to be transformed
%
www.eeworm.com/read/371255/9559145
m imspect.m
% IMSPECT - Plots image amplitude spectrum averaged over all orientations.
%
% Usage: [amp, f, slope] = imspect(im, nbins, lowcut)
% \ /
%
www.eeworm.com/read/371255/9559197
m~ testfitline.m~
% TESTFITLINE - demonstrates RANSAC line fitting
%
% Usage: testfitline(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/371255/9559205
m testfitline.m
% TESTFITLINE - demonstrates RANSAC line fitting
%
% Usage: testfitline(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/371255/9559208
m testfitplane.m
% TESTFITPLANE - demonstrates RANSAC plane fitting
%
% Usage: testfitplane(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/371255/9559213
m~ testfitplane.m~
% TESTFITPLANE - demonstrates RANSAC plane fitting
%
% Usage: testfitplane(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/371255/9559235
m homotrans.m
% HOMOTRANS - homogeneous transformation of points
%
% Function to perform a transformation on homogeneous points/lines
% The resulting points are normalised to have a homogeneous scale of 1
%
% Usage
www.eeworm.com/read/371255/9559279
m removenan.m
% REMOVENAN - removes NaNs from an array
%
% Usage: m = removenan(a, defaultval)
%
% a - The matrix containing NaN values
% defaultval - The default value to replace NaNs
%