-
Visual C++图象处理程序.可以识别人的脸部.速度快.不过要用响应的库文件....
Visual C++图象处理程序.可以识别人的脸部.速度快.不过要用响应的库文件.-Visual C++ Image processing procedures. Can identify people in the face. Faster. But in response to the library file to use.
- 2022-07-04 17:44:41下载
- 积分:1
-
BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplaci...
BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplacian of gaussian算子)-BMP images open, binarization, morphology processing (expansion, corrosion, open, closed, two-valued edge extraction), edge extraction (Roberts, sobel, laplacian, prewitt, laplacian of gaussian operator)
- 2022-04-29 01:46:29下载
- 积分:1
-
图像锐化算法,效果很清晰,可以实现…
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。-Image sharpening algorithm, the effect of sharpening it is clear that to achieve the desired results, it is suitable for further practice, the operating speed in general.
- 2022-10-11 05:00:04下载
- 积分:1
-
这里面是整的ajax的一些代码可供有兴趣者参考
这里面是整的ajax的一些代码可供有兴趣者参考-There is the whole of the ajax code for those interested in the reference
- 2022-12-15 22:00:03下载
- 积分:1
-
字符叠加芯片UPD6464的说明书及C语言驱动程序包.
字符叠加芯片UPD6464的说明书及C语言驱动程序包.-Characters superimposed UPD6464 chip specification and C language driver package.
- 2023-09-03 11:55:03下载
- 积分:1
-
显示b样条曲线,和非均匀有理B样条曲线.
显示b样条曲线,和非均匀有理B样条曲线.-Show the b-spline curves, and non-uniform rational B-spline curve.
- 2022-08-03 08:43:47下载
- 积分:1
-
图片格式GIF解码函数库,由于是ASM,速度非常快。
图片格式GIF解码函数库,由于是ASM,速度非常快。-decoding functions, as is ASM, very fast.
- 2022-07-23 06:10:28下载
- 积分:1
-
均值漂移算法的演示
mean shift功能演示,实现图像分割,具体请看效果-the demonstration of the mean shift algorithm
- 2023-01-15 17:40:05下载
- 积分: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
-
VC中使用falsh的各种操作
介绍在VC中使用falsh具体操作, 包扩按钮等程序的方法
- 2023-01-09 02:45:03下载
- 积分:1