-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1
-
for some image processing code
用于图像处理的一些代码-for some image processing code
- 2022-01-21 21:03:38下载
- 积分:1
-
图像的纹理分析应用实例,做图像处理的同志们可以参考一下哟
图像的纹理分析应用实例,做图像处理的同志们可以参考一下哟-image texture analysis application examples and do image processing comrades can make reference to yo
- 2022-07-17 20:28:06下载
- 积分:1
-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** Function Headers */
void detectAndDisplay(Mat bas_img, Mat frame, bool iscap );
//获取直方图
Mat calculateHistogram(Mat src_img);
//计算相似度
double calculateComparesion(Mat src, Mat dst);
- 2022-07-09 02:43:33下载
- 积分:1
-
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享...
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享-Bezier curves, a description, which is the latest procedures, and we hope to share
- 2022-10-03 17:00:04下载
- 积分:1
-
The Hammersley and Halton point sets, two well known low discrepancy sequences,...
The Hammersley and Halton point sets, two well known low discrepancy sequences, have been used for quasi-Monte Carlo integration in previous research. A deterministic formula generates a uniformly distributed and stochastic-looking sampling pattern, at low computational cost. The Halton point set is also useful for incremental sampling. In this paper, we discuss detailed implementation issues and our experience of choosing suitable bases of the point sets, not just on the 2D plane, but also on a spherical surface. The sampling scheme is also applied to ray tracing, with a significant improvement in error.
- 2022-03-21 20:01:32下载
- 积分:1
-
分形算法与程序设计
《分形算法与程序设计――Visual C++实现》的第二章源码-"fractal algorithms and programming-- Visual C achieve" the second chapter FOSS
- 2022-02-12 15:59:55下载
- 积分:1
-
CAD二次开发参考手册,是一个实用的CAD开发参考资料,适合初中级人员...
CAD二次开发参考手册,是一个实用的CAD开发参考资料,适合初中级人员-CAD secondary development reference manual is a practical reference CAD development for junior officers
- 2022-03-03 10:47:51下载
- 积分:1
-
Computer graphics images of the basic functions of school, painting a straight l...
计算机图形图象学中的基本功能,如画直线,圆,Bezier曲线,B-样条曲线,KOCH曲线等.-Computer graphics images of the basic functions of school, painting a straight line, round, Bezier curves, B-spline curve, KOCH curve.
- 2022-11-05 01:15:03下载
- 积分:1
-
关于图象处理的各种常见算法的C代码,包括编码等
关于图象处理的各种常见算法的C代码,包括编码等-on the various image processing algorithms common C code, including coding
- 2022-08-16 04:26:48下载
- 积分:1