搜索资源列表
小小计算
- 该c程序用于加强c语言的键盘输入与屏幕图像的配合操作等,对初学者,绝对经典-the procedures used to strengthen c c language keyboard input and screen images with the operation, for beginners, absolute classic
PolygonInputOutput
- 实现多边形输入输出 计算机图形学 输入顶点实现输出-achieve polygon input and output computer graphics input vertices to achieve output
jiaohuline
- 用VC用++6.0编写的画直线程序,采用的是bresheham思想,直线的端点在对话框里输入,并且可以选择直线颜色-VC with 6.0 linear paintings prepared by the procedures, using the bresheham thinking, linear Lane endpoint in the dialog box input, and can choose color line
midpointcircle-coding
- 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
PartPicture
- 輸入一張影像後,將圖片分割亂數排列,如果有任何問題,各位大大可以提出來討論-an input image, the picture divided randomly arranged, if there are any problems, you can greatly raised for discussion
中点法画直线
- 中点法画直线,输入起点与终点的坐标后,可画出任意种情况的直线-Midpoint painting line, starting with the input of the coordinates of the end, after the paint kinds of arbitrary line
simpleimage
- 使用cimage输入输出的,大小转换,格式变换的代码-cimage use of the input and output, the size conversion, format conversion code
VoronoiDAC
- 采用分治法解决生成Voronoi图的问题,采用用户交互式输入点及动态显示运行结果的方式,非常直观-using divide-and-conquer method to solve the Voronoi diagram generation. using interactive user input and dynamic display of the results of the operation, a very intuitive
pgma_io
- PGM input output using C/C++.
inpoly
- This code is described in \"Computational Geometry in C\" (Second Edition), Chapter 7. It is not written to be comprehensible without the explanation in that book. This program reads a polygon P followed by query points from stdin. The in
Homography.rar
- 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像,There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down, which produces an image call
swistrack.tar.gz
- SwisTrack is a powerful tool for tracking robots, humans, animals and objects using a camera or a recorded video as input source. It uses Intel s OpenCV library for fast image processing and contains interfaces for USB, FireWire and GigE cameras, a
ArcPartDemo
- 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
houghline.m
- 对读入的图片做霍夫变换,识别出图片中的直线并输出。-Do the Hough Transform to the input image, that is to detect lines in the input image, and output those lines.
pdf417_enc.2.8.tar
- The pdf program with source code takes as input a file that consists of two columns. The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed an
CircleFitByPratt
- Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
PSNR
- input the original and the noisy version of image, and it will calculate PSNR
gabor_3
- Gabor小波提取特征一幅输入的图形进行特征提取基于gabor小波变换 -Gabor wavelet feature extraction of an input graphics gabor feature extraction based on wavelet transform
raycasting_tutorial
- 光线投射算法实现 可使用输入体数据 内含raw格式数据-Ray-casting algorithm using the input data can be contained. Raw data format
boolPolygonInsection
- 用vc6.0实现的平面多边形布尔求交,任意输入两个多边形,可以求出它们的公共部分。-based on vc6.0,the bool intersection of two polygon is obtained,input two polygon,we can get their comcom parts.