-
图像分割武器,希望能给你带来灵感
图像分割的利器,希望可以给你带来灵感-image segmentation weapon in the hope that you can bring inspiration
- 2022-02-03 01:10:12下载
- 积分:1
-
vb编写的贝塞尔曲面
vb编写的贝塞尔曲面-vb Bessel prepared by the Surface
- 2023-04-01 12:25:03下载
- 积分:1
-
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。...
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared with a VC using VTK realize plane generated routines.
- 2023-05-18 18:25:03下载
- 积分:1
-
图像的拉伸与点变换
图像的拉伸与点变换-image with the tensile point transformation
- 2022-05-28 02:30:10下载
- 积分:1
-
运用经纬线连接法连接医学图像相邻相层的轮廓,效果较好
运用经纬线连接法连接医学图像相邻相层的轮廓,效果较好-Using the longinitual and latitude connection algorithm to connect outer contour of medical
- 2022-12-02 16:15:03下载
- 积分:1
-
这个程序
此程序的主要功能是3ds文件的导入,在VC 环境下读取3ds模型-This program
- 2023-01-12 06:10:03下载
- 积分:1
-
分形演示
资源描述
用GSL-shell的lua语言编写的分形演示程序,很有意思哟。
GSL-shell是可以替代MATLAB的科学计算软件,速度很快。
- 2022-02-07 19:19:30下载
- 积分:1
-
*nix用户应该阅读readme.unix VisualC++用户应该阅读readme.visualc cygw…
*nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS: *nix stands for GNU/Linux, *BSD, SunOS/Solaris and perhaps some more. -*nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS:*nix stands for GNU/Linux,*BSD, SunOS/Solaris and perhaps some more.
- 2022-02-15 02:55:06下载
- 积分:1
-
tsai相机标定的原文,对研究传统标定的人有帮助!
tsai相机标定的原文,对研究传统标定的人有帮助!-tsai camera calibration of the original text, the traditional demarcation of research to help people!
- 2022-07-03 02:57:17下载
- 积分: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