代码搜索:Contours
找到约 425 项符合「Contours」的源代码
代码结果 425
www.eeworm.com/read/291333/8425033
c contours.c
#ifdef _CH_
#pragma package
#endif
#ifndef _EiC
#include "cv.h"
#include "highgui.h"
#include
#endif
#define w 500
int levels = 3;
CvSeq* contours = 0;
void on_track
www.eeworm.com/read/381363/9096148
hlp contours.hlp
Image Contours
The ALEX image contour anlysis can be performed in Automatic
or Manual mode and the image contour matrix C can be saved
in a file (Matlab or ascii format).
- Automatic
The num
www.eeworm.com/read/179398/9359198
c contours.c
#ifdef _CH_
#pragma package
#endif
#ifndef _EiC
#include "cv.h"
#include "highgui.h"
#endif
#define w 500
int levels = 3;
CvSeq* contours = 0;
void on_trackbar(int pos)
{
www.eeworm.com/read/450258/7486727
dem contours.dem
#
# $Id: contours.dem,v 1.9 2003/10/28 05:35:54 sfeam Exp $
#
set samples 20
set isosamples 21
set xlabel "X axis" -5,-2
set ylabel "Y axis" 4,-1
set zlabel "Z axis"
set title "3D gnuplot demo - conto
www.eeworm.com/read/310212/13654994
m contours.m
function [CS,msg]=contours(varargin)
%CONTOURS Overload of contours() for uint8 inputs.
% $Revision: 1.4 $ $Date: 1997/11/24 15:58:03 $
% Copyright 1993-1998 The MathWorks, Inc. All Rights
www.eeworm.com/read/282165/4106843
dem contours.dem
#
# $Id: contours.dem,v 1.2.2.4 2001/12/04 14:12:53 lhecking Exp $
#
set samples 20
set isosamples 21
set xlabel "X axis" -5,-2
set ylabel "Y axis" 4,-1
set zlabel "Z axis"
set title "3D gnuplot demo
www.eeworm.com/read/248950/12531236
m contours.m
gset size 0.54,0.73 ;
c1 = contour2d ( M, [0,0] , 1.0 , 100 ) ;
c2 = contour2d ( M, [0,0] , 2.0 , 100 ) ;
www.eeworm.com/read/360606/10085088
m qn_contours.m
function Qn_contours(Qn, figure_number)
% Usage: Qn_contours(Qn, figure_number)
%
% Purpose: plots constant nodal quality factor
% contours in the Smith Chart
%
% Input parameters:
www.eeworm.com/read/358273/10193166
m qn_contours.m
function Qn_contours(Qn, figure_number)
% Usage: Qn_contours(Qn, figure_number)
%
% Purpose: plots constant nodal quality factor
% contours in the Smith Chart
%
% Input parameters:
www.eeworm.com/read/421532/10732271