代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/177674/9442460
m dist2.m
function n2 = dist2(x, c)
%DIST2 Calculates squared distance between two sets of points.
%
% Description
% D = DIST2(X, C) takes two matrices of vectors and calculates the
% squared Euclidean distance
www.eeworm.com/read/176823/9483159
m dist2.m
function n2 = dist2(x, c)
%DIST2 Calculates squared distance between two sets of points.
%
% Description
% D = DIST2(X, C) takes two matrices of vectors and calculates the
% squared Euclidean distance
www.eeworm.com/read/371255/9559134
m lowpassfilter.m
% LOWPASSFILTER - Constructs a low-pass butterworth filter.
%
% usage: f = lowpassfilter(sze, cutoff, n)
%
% where: sze is a two element vector specifying the size of filter
% to co
www.eeworm.com/read/371255/9559228
m imtrans.m
% IMTRANS - Homogeneous transformation of an image.
%
% Applies a geometric transform to an image
%
% [newim, newT] = imTrans(im, T, region, sze);
%
% Arguments:
% im - The image to be t
www.eeworm.com/read/371255/9559330
m plotgaborfilters.m
% PLOTGABORFILTERS - Plots log-Gabor filters
%
% The purpose of this code is to see what effect the various parameter
% settings have on the formation of a log-Gabor filter bank.
%
% Usage: [Ffilter,
www.eeworm.com/read/371255/9559503
m frankotchellappa.m
% FRANKOTCHELLAPPA - Generates integrable surface from gradients
%
% An implementation of Frankot and Chellappa'a algorithm for constructing
% an integrable surface from gradient information.
%
% Usa
www.eeworm.com/read/371255/9559510
m testp.m
% Function to make ramps test surface for shape from shapelet testing
%
% Usage:
% function [z,s,t] = testp(noise)
%
% Arguments:
% noise - An optional parameter specifyin
www.eeworm.com/read/168118/9937592
m auto2.m
function a = auto2(v,flag)
% a=auto2(v,flag)
% a=auto2(v)
%
% auto computes the two sided autocorrelation of
% the vector 'v'. The 'zeroth lag' is at length(v)-1. This
% routine will correctly hand
www.eeworm.com/read/361530/10047977
m girth-twelveqc-ldpc.m
% This program constructs coumn-weight two girth 12 quasi-cyclic LDPC codes given
% k( row weight, j is fixed at 2) and m (size of each sub-matrix). The
% program constructs a distance graph first t
www.eeworm.com/read/164583/10100690
h matrix.h
/*******************************************************************************
author : Bernhard Knab
filename : ghmm/ghmm/matrix.h
created : TIME: ? DATE: ?
$Id: m