-
MATLAB代码实现的蛇(轮廓)。非常有用…
Matlab code for the implementation of the snake(active contour). Very useful in the image segmentation.
- 2022-07-21 11:24:08下载
- 积分:1
-
差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式...
差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式-Difference algorithm, and introduce a Lagrange interpolating polynomial, parabolic interpolation polynomial
- 2022-01-31 16:35:00下载
- 积分:1
-
this procedure are my last class to do graphics, sounds very good. Especially fo...
这个程序都是我在上图形课做的,挺不错的。特别是那些对于刚学vc图像编程的人特别有用。-this procedure are my last class to do graphics, sounds very good. Especially for those just learning programming vc images of people particularly useful.
- 2022-01-21 00:00:16下载
- 积分:1
-
VC 6.0 Mandebo Lott of the drawing functions
利用VC++ 6.0实现了曼德勃罗特图的绘制功能-VC 6.0 Mandebo Lott of the drawing functions
- 2022-07-16 01:55:54下载
- 积分:1
-
这是一个如何使用VTK程序。网
this is a program of how to using vtk on .net
- 2022-04-09 05:05:54下载
- 积分:1
-
生成高山、树叶、云的分形图形程序
生成高山、树叶、云的分形图形程序-Generate mountains, leaves, clouds fractal graphics program
- 2022-06-01 18:45:32下载
- 积分:1
-
Tai MATLAB calibration procedures need friends download
Tai的MATLAB标定程序
有需要的朋友请下载-Tai MATLAB calibration procedures need friends download
- 2023-06-06 23:25:02下载
- 积分:1
-
一个dxf读写的类库(包含类库源码及演示源码)
一个dxf读写的类库(包含类库源码及演示源码)-Dxf to read and write a class library (including class library source code and demo source code)
- 2022-11-25 01:30:03下载
- 积分:1
-
consider mirror embedded functions, including access to the image attributes, sh...
内置虑镜功能,包括获取图像的属性,锐化,模糊,浮雕等功能.可以缩放,优化图片.打开图片带预览功能,使用了gdiplus,能处理gif,bmp,jpg,png图片,处理速度也不错-consider mirror embedded functions, including access to the image attributes, sharpening, blurring, relief and other functions. Can zoom, photo optimization. Photo opened with preview function, use the gdiplus to handle gif, bmp, jpg, png images, processing speed is not bad
- 2022-05-26 07:23:25下载
- 积分: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