-
模仿Windows自带的画图,用java设计特点的一个绘图程序
模仿windows自带的画图,用java设计了一个具有画图功能的程序-Imitate windows comes with Paint, using java design features a drawing program
- 2022-07-15 17:05:22下载
- 积分:1
-
利用codebook算法进行运动目标检测
本代码基于论文Real-time foreground–background segmentationusing codebook model中的codebook算法,在C++平台上实现,利用了opencv 2.3.1版本,实现了对于运动目标的检测。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。CodeBook算法为当前图像的每一个像素建立一个CodeBook(CB
- 2022-06-18 11:39:00下载
- 积分: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
图形编程:数字钟,VC-graphical programming : digital clock, VC
- 2023-03-11 10:30:04下载
- 积分:1
-
VTK用户指南中文版图像的第六章和三
vtk user guide中文版第六章 图像及三维体数据的可视化-vtk user guide Chinese version of Chapter VI of the image and three-dimensional volume data visualization
- 2022-03-25 18:40:51下载
- 积分:1
-
java screen interception procedures easy to use, if not understand java2D. look...
java截屏幕的程序使用方便,如果不懂java2D的,建议先看看java2D-java screen interception procedures easy to use, if not understand java2D. look at the proposal java2D
- 2023-04-08 21:45:03下载
- 积分:1
-
使用vc进行离散余弦变换,在傅立叶变换的基础上
使用vc进行离散余弦变换,在傅立叶变换的基础上-DCT by VC,it is based on FFT.
- 2022-06-12 09:25:41下载
- 积分:1
-
基于 H26L 的 PFGS 编码
基于 H26L 的 PFGS 编码-PFGS coding based on the H26L
- 2022-01-31 15:23:20下载
- 积分:1
-
有关JPEG的简单程序源码
有关JPEG的简单程序源码-Simple sourcecode for JPEG
- 2023-05-15 22:25:03下载
- 积分:1
-
这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。...
这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。-this procedure can identify the image or straight line segments, Hough transform algorithm. Linear transformation of coordinate system to another"s point, thus completing the identification.
- 2022-02-24 14:49:37下载
- 积分:1