代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/175226/9555305
cpp list0714.cpp
//Listing 7.14
//Illustrates nested for loops
#include
int main()
{
using namespace std;
int rows, columns;
char theChar;
cout > rows;
www.eeworm.com/read/371255/9559074
m interpfields.m
% INTERPFIELDS - Interpolates lines on a field extracted from a video frame.
%
% Function to interpolate intermediate lines on odd or even
% fields extracted from a video frame
%
% Usage: intp = in
www.eeworm.com/read/371255/9559247
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/371255/9559284
m matscii.m
% MATSCII - Function to generate ASCII images
%
% Usage: picci = matscii(im, width, gamma, filename)
%
% im - 2D array of image brightness colours.
% Image can be grey scale or colour.
www.eeworm.com/read/371255/9559286
m derespolar.m
% DERESPOLAR - Desresolves image in polar coordinates.
%
% Performs a deresolution operation on an image using Polar Coordinates
%
% Usage: deres = derespolar(im, nr, na, xc, yc)
% w
www.eeworm.com/read/371255/9559287
m cloud9.m
% CLOUD9 - Cloud movie of 1/f noise.
%
% Function to create a movie of noise images having 1/f amplitude spectum
% properties.
%
% Usage: CloudMovie = cloud9(size, factor, nturns, velfactor, nframes)
www.eeworm.com/read/371255/9559305
m convexplpiccis.m
% Function to create images for the convolution explanation
function [spread, logGabor, gfilter] = convexplpiccis
rows = 200; cols = 200;
wavelength = 16;
sigmaOnf = 0.65;
angl = 1;
thetaSig
www.eeworm.com/read/371255/9559544
m fastradial.m
% FASTRADIAL - Loy and Zelinski's fast radial feature detector
%
% An implementation of Loy and Zelinski's fast radial feature detector
%
% Usage: S = fastradial(im, radii, alpha)
%
% Arguments:
www.eeworm.com/read/371255/9559558
m canny.m
% CANNY - Canny edge detection
%
% Function to perform Canny edge detection. Code uses modifications as
% suggested by Fleck (IEEE PAMI No. 3, Vol. 14. March 1992. pp 337-345)
%
% Usage: [gradient or]
www.eeworm.com/read/370899/9577542
c som.c
/******************************************************************************
===================
Network: Self-Organizing Map
=========