代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/349646/10809824

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/469416/6976169

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/469416/6976279

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/458504/7295328

m convcon.m

% convcon.m % Scope: This MATLAB macro sets the most used conversion constants as % global variables. % Usage: convcon % Description of global parameters:
www.eeworm.com/read/456882/7337820

asm crc.asm

;************************************************************ ; Copyright (C), 2009, CYIT Co., Ltd. ; FileName: CRC ; Description: CRC check ; Author: DSP_GROUP ; Usage: v
www.eeworm.com/read/456869/7337948

readme

Python-to-libsvm interface Table of Contents ================= - Introduction - Installation - Usage - Examples Introduction ============ Python (http://www.python.org/) is a programming language
www.eeworm.com/read/455115/7377681

m randomsample.m

% RANDOMSAMPLE - selects n random items from an array % % Usage: items = randomsample(a, n) % % Arguments: a - Either an array of values from which the items are to % be selected
www.eeworm.com/read/455115/7377707

m testfund.m

% Demonstration of feature matching via simple correlation, and then using % RANSAC to estimate the fundamental matrix and at the same time identify % (mostly) inlying matches % % Usage: testfund
www.eeworm.com/read/455115/7377732

m hnormalise.m

% HNORMALISE - Normalises array of homogeneous coordinates to a scale of 1 % % Usage: nx = hnormalise(x) % % Argument: % x - an Nxnpts array of homogeneous coordinates. % % Returns: %
www.eeworm.com/read/455115/7377818

m selectseg.m

% SELECTSEG - Interactive selection of linesegments with mouse. % % Usage: segs = selectseg(seglist); % % seglist - an Nx4 array storing line segments in the form %