-
基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。...
基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。-Based on genetic algorithm for image edge detection algorithm, with Robert operator, bobel operator, prewitt operator, kirsch operator, gauss-laplace operator of the results were compared.
- 2022-03-30 18:13:06下载
- 积分:1
-
在写字板中的一个简单的画图程序。代码知道你如何进行简单的画图!...
在写字板中的一个简单的画图程序。代码知道你如何进行简单的画图!-In the tablet in a simple drawing program. How do you know the code for a simple drawing!
- 2022-02-15 06:03:35下载
- 积分:1
-
图像处理入门者的一本好书!
图像处理入门者的一本好书!- A picture processing crossing the threshold good book!
- 2022-01-25 14:01:10下载
- 积分:1
-
Key Laboratory of CAD 3D models transform the VC source, users can build researc...
浙江大学CAD重点实验室的 3D模型变换的VC源程序,用户可在此基础进行科研创新。-Key Laboratory of CAD 3D models transform the VC source, users can build research and innovation.
- 2022-02-01 00:14:20下载
- 积分:1
-
Image processing, source step
对图像进行处理,源程序需要进行N步操作,故在工具栏上添加了一个按钮来完成所有的操作,希望能方便大家的使用。在facemodel文件夹中的facemodel文件是原始图片,识别较好。后几个图片是我从网上下的,但没有原始图片识别的好,仅供参考。
test2和test3只能通过菜单来操作,因为不能对其实现最后的识别,只有参考价值。希望这个程序对大家有帮助。-Image processing, source step-by-step the need for N, so the toolbar to add a button to complete the operation of all, I hope everyone can make it easier for use. Facemodel folder in the original picture facemodel document is to identify better. After a few pictures of my under-line, but did not identify the original image, and is for reference only. test2 and test3 to operate only through the menu, because they are unable to achieve the final identification of their only reference value. We hope that this program will help.
- 2022-08-08 20:21:39下载
- 积分:1
-
结合OpenCV在MFC中显示图片
在Visual Studio2010中,利用MFC结合OpenCV显示图片。对于初学MFC的学者,可以结合本例中MFC的按键学习消息机制;同时可以掌握基本的OpenCV函数
- 2023-01-29 07:40:06下载
- 积分:1
-
an own animation, bicycles translational and rotational sneaking C language prog...
一个自己做的动画,自行车平动,脚蹬转动的C语言程序!-an own animation, bicycles translational and rotational sneaking C language program!
- 2022-02-05 19:27:00下载
- 积分:1
-
一个png源码。
一个png源码。-one source.
- 2023-03-16 09:30:04下载
- 积分:1
-
MDI, as more and more documents, covering a wide variety of chart mapping, pie,...
MDI多文档多视,包含多种chart的绘制,饼图,直方图,曲线图等等,还可实现局部放大-MDI, as more and more documents, covering a wide variety of chart mapping, pie, histogram, curves, etc., can be implemented with local amplification
- 2022-03-01 20:57:44下载
- 积分: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