代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/436995/7757410

m pradr.m

% pradr.m % Scope: This MATLAB macro computes pseudorange and accumulated delta range for a % specified satellite. WGS-84 constants are used. % Usage
www.eeworm.com/read/436995/7757411

m mecefins.m

% mecefins.m % Scope: This MATLAB macro constructs the transformation matrix from ECEF % frame to INS (Wander / North West Up) frame. % Usage: moutpu
www.eeworm.com/read/436995/7757420

m minsecef.m

% minsecef.m % Scope: This MATLAB macro constructs the transformation matrix from INS % (Wander / North West Up) frame to ECEF frame. % Usage: moutpu
www.eeworm.com/read/436037/7778578

m normaliseiris.m

% normaliseiris - performs normalisation of the iris region by % unwraping the circular region into a rectangular block of % constant dimensions. % % Usage: % [polar_array, polar_noise] = normal
www.eeworm.com/read/436037/7778583

m findline.m

% findline - returns the coordinates of a line in an image using the % linear Hough transform and Canny edge detection to create % the edge map. % % Usage: % lines = findline(image) % % Argume
www.eeworm.com/read/436037/7778584

m houghcircle.m

% houghcircle - takes an edge map image, and performs the Hough transform % for finding circles in the image. % % Usage: % h = houghcircle(edgeim, rmin, rmax) % % Arguments: % edgeim - the edge
www.eeworm.com/read/436037/7778588

m segmentiris.m

% segmentiris - peforms automatic segmentation of the iris region % from an eye image. Also isolates noise areas such as occluding % eyelids and eyelashes. % % Usage: % [circleiris, circlepupil,
www.eeworm.com/read/436037/7778593

m gethammingdistance.m

% gethammingdistance - returns the Hamming Distance between two iris templates % incorporates noise masks, so noise bits are not used for % calculating the HD % % Usage: % [template, mask] = cre
www.eeworm.com/read/435646/7788348

release

#!/bin/bash -xe # # Generate a NASM release # # Usage: release {test|real} [branch] # if [ -z "$SFUSER" ]; then if [ -f "$HOME/.sfuser" ]; then sfuser=`cat "$HOME/.sfuser"` else
www.eeworm.com/read/198546/7928658

m epanechnikov.m

function heights=epanechnikov(data,center,bw); % PURPOSE: % Epanechnikov kernel function % % USAGE: % heights=triangular(data,center,bw) % % INPUTS: % data: Data used for height