代码搜索:polygonal
找到约 147 项符合「polygonal」的源代码
代码结果 147
www.eeworm.com/read/331922/12800477
txt frame polygonal line .txt
#include
int main()
{
int x,y;
int max_x,max_y,min_x,min_y;
while(1)
{
bool flag=true;
while(1)
{
cin>>x>>y;
if(x==0&&y==0)
break;
if(flag)
{
max_x=x,max_y=y,min_x=x,min_
www.eeworm.com/read/212408/15156498
pdf geometric signal processing on polygonal meshes.pdf
www.eeworm.com/read/359900/10116827
m histroi.m
function [p, npix] = histroi(f, c, r)
%HISTROI Computes the histogram of an ROI in an image.
% [P, NPIX] = HISTROI(F, C, R) computes the histogram, P, of a
% polygonal region of interest (ROI)
www.eeworm.com/read/418342/10952719
m histroi.m
function [p, npix] = histroi(f, c, r)
%HISTROI Computes the histogram of an ROI in an image.
% [P, NPIX] = HISTROI(F, C, R) computes the histogram, P, of a
% polygonal region of interest (ROI)
www.eeworm.com/read/466801/7020879
m histroi.m
function [p, npix] = histroi(f, c, r)
%HISTROI Computes the histogram of an ROI in an image.
% [P, NPIX] = HISTROI(F, C, R) computes the histogram, P, of a
% polygonal region of interest (ROI)
www.eeworm.com/read/326135/13163258
m histroi.m
function [p, npix] = histroi(f, c, r)
%HISTROI Computes the histogram of an ROI in an image.
% [P, NPIX] = HISTROI(F, C, R) computes the histogram, P, of a
% polygonal region of interest (ROI)
www.eeworm.com/read/118801/6095082
3qt qcanvaspolygonalitem.3qt
'\" t
.TH QCanvasPolygonalItem 3qt "9 December 2002" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution
www.eeworm.com/read/248047/12605132
3qt qcanvaspolygonalitem.3qt
'\" t
.TH QCanvasPolygonalItem 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution
www.eeworm.com/read/176709/9487431
m onpolygon.m
function z=onpolygonRO(h,vertex)
% defines values on a boundary
%which is defined by a closed polygonal curve
% determined by the vertices "vertex"
z1=[];
vertex=[vertex;vertex(1,:)];
for i=1:
www.eeworm.com/read/176709/9487437
m insidepolygon.m
function points=insidepolygon(h,vertex)
% generate regular interior data points
% for a boundary which is defined by a closed polygonal curve
% determined by the vertices "vertex"
% h is the fil