-
直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y...
直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham uniform B-spline curves polygon drawing algorithm Y-X filling algorithm drawing dynamic 3D graphics is the perspective projection map
- 2022-07-22 13:38:11下载
- 积分: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
-
我说写的一个小的bmp绘图程序,在客户区显示位图,希望能对大家有所帮助...
我说写的一个小的bmp绘图程序,在客户区显示位图,希望能对大家有所帮助-I said there was a small bmp mapping procedures, the district customers Bitmap, the hope is to help everyone!
- 2022-03-19 14:03:33下载
- 积分:1
-
penumbral image dithering techniques to reconcile source directory for the chapt...
图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the function is the source of pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib Note : Runtime documents c : test.bmp must exist
- 2022-10-03 02:15:03下载
- 积分:1
-
OpenGL轨迹球
轨迹球控制:如果只用鼠标来控制你的模型是不是很酷?轨迹球可以帮你做到这一点,我将告诉你我的实现,你可以把它应用在你的工程里。我的实现是基于Bretton Wade’s,它是基于Ken Shoemake’s 实现的,最初的版本,你可以从游戏编程指南这本图上找到。但我还是修正了一些错误,并优化了它。轨迹球实现的内容就是把二维的鼠标点映射到三维的轨迹球,并基于它完成旋转变化。
- 2022-08-02 14:23:03下载
- 积分:1
-
VC++实现的图像配准算法,代码全,有窗口。本代码来自《数字图像处理典型算实现》一书...
VC++实现的图像配准算法,代码全,有窗口。本代码来自《数字图像处理典型算实现》一书-VC++ Realize image registration algorithm, code-wide, has a window. This code from
- 2022-04-22 09:44:22下载
- 积分:1
-
XNA3.0创建地形,根据McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf第2...
XNA3.0创建地形,根据McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf第25章改写-Xna3.0 terrain,based on McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf chapter25
- 2023-06-07 07:10:02下载
- 积分:1
-
用VB写的从 DLL、EXE 或资源文件中解开 ICON(3KB),值得一看.
用VB写的从 DLL、EXE 或资源文件中解开 ICON(3KB),值得一看.-VB write from the DLL, EXE or resource documents untied ICON (3KB) overseas.
- 2022-08-19 20:11:04下载
- 积分:1
-
a website can get a picture of all the links procedures. . . And as long as the...
一个可以取得一个网站所有链接图片的程序。。。只要输入网址和所存放的文件jia ,瞬间一个大型网站的所有图片将尽收眼底 http://www.8asp.com 程序如有什么问题请来我网站讨论-a website can get a picture of all the links procedures. . . And as long as the address stored in document jia, a major websites moment of all panoramic pictures will http://www.8asp.com procedures if what I website invited discussion
- 2023-03-01 05:25:03下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大而,不同簇之间的相似度最小。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object and different minimum similarity between the clusters.
- 2023-08-16 00:00:03下载
- 积分:1