-
扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间...
扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间-Scan Line Algorithm for the region filled
- 2022-03-24 16:07:30下载
- 积分:1
-
一个动画程序,一个旋转的风车,风车的页面风格有差异。
一个动画程序,实现一个风车转动,风车的风页颜色各异-an animation procedures, a rotating windmill, the windmill style pages with different colors
- 2022-03-13 05:43:46下载
- 积分:1
-
这是一个较综合的图像处理的程序集。
这是一个较综合的图像处理的程序集。-This is a more integrated image processing suite.
- 2022-02-04 10:23:28下载
- 积分:1
-
这是GPS车辆监控调度系统的部分源码及资料
这是GPS车辆监控调度系统的部分源码及资料-This is the GPS vehicle monitoring and dispatching system parts and information source
- 2023-01-13 10:05:04下载
- 积分:1
-
The main goal is to achieve a number of dynamic detection and recognition, image...
主要是实现许多动态目标进行检测与识别,图象进行处理,希望大家喜欢-The main goal is to achieve a number of dynamic detection and recognition, image processing, I hope you like
- 2022-10-08 21:30:04下载
- 积分:1
-
图象反色变换,可以对图象进行反色的提取和处理,图像处理上很有用。...
图象反色变换,可以对图象进行反色的提取和处理,图像处理上很有用。-anti-Color Image Transform, the anti-color image extraction and processing, image processing, very useful.
- 2022-01-25 14:31:40下载
- 积分: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
-
用C语言实现了Cohen
用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
- 2022-03-13 06:11:01下载
- 积分:1
-
给初学者一个简单易学的基于MFC三维动画例子,简单才是初学者的最爱...
给初学者一个简单易学的基于MFC三维动画例子,简单才是初学者的最爱-to an easy beginners based 3D animation MFC example, a simple beginners is the favorite
- 2022-04-24 06:21:06下载
- 积分:1
-
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用...
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用-Images can be synthesized operations, such as poor law-add video subtraction and logic operations can test the image file already have convenient and direct the use of
- 2022-04-12 09:02:26下载
- 积分:1