-
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。...
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
- 2022-12-10 10:55:02下载
- 积分:1
-
surf特征点检测和匹配
surf算法的具体实现:
Surf算法原理
(1)、构建Hessian矩阵
(2)、构建尺度空间
图像的尺度空间是这幅图像在不同解析度下的表示,由式(4)知,一幅图像j(X)在不同解析度下的表示可以利用高斯核G(£)的卷积来实现,图像的尺度大小一般用高斯标准差来表示[6]。在计算视觉领域,尺度空间被象征性的表述为一个图像金字塔,其中,输入图像函数反复与高斯函数的核卷积并反复对其进行二次抽样,这种方法主要用于Sift算法的实现,但每层图像依赖于前一层图像,并且图像需要重设尺寸,因此,这种计算方法运算量较大,而SURF算法申请增加图像核的尺寸,这也是SIFT算法与SURF算法在使用金字塔原理方面的不同。算法允许尺度空间多层图像同时被处理,不需对图像进行二次抽样,从而提高算法性能。图1(a)是传统方式建立一个如图所示的金字塔结构,图像的寸是变化的,
- 2022-04-15 04:54:37下载
- 积分:1
-
MFC画直线的算法实现
MFC画直线的算法实现-MFC painting linear algorithm
- 2022-03-12 06:47:55下载
- 积分:1
-
maually摄像机标定C
Maually Camera calibration C
- 2022-01-27 14:55:01下载
- 积分:1
-
用bezier曲线绘制的线框,可实现线框的移动、旋转并可改变线框的形状...
用bezier曲线绘制的线框,可实现线框的移动、旋转并可改变线框的形状-with bezier curve drawing the frame, the frame can achieve mobile, rotating frame can change the shape
- 2023-05-20 07:20:04下载
- 积分:1
-
提出了一种新的皮肤分割和人脸特征提取方法…
提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区
YC C
r b
域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度
)
(
信息定位眼睛, 然后根据人脸特征的几
形态边缘检测算子检测候选区域的边缘, 利用 边缘方向
PCA PCAED
( )
何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信息对肤色分割得到的候选区域进行验证, 最终得到正确
的人脸区域。利用3 个实验数据集测试该算法, 并与其它相应的算法相比较, 提出的非线性彩色空间对于肤色分
割具有很好的效果, 且对光照和姿态具有良好的不变性。另外, 利用 信息和几何特征信息检测人脸特征
PCAED
具有很高的定位精度, 定位检测率优于其他方法。实验结果表明, 该算法具有定位准确率高, 漏检率和误检率低
等特点。-
A novel approach for skin segmentation and facial feature extraction is proposed
The proposed skin segmentation is a method for integrating the chrominance components of
″″ . ″″
r b r b
nonlinear YC C color model The chrominance components of nonlinear YC C color space
,
are modeled using a subgaussian probability density function and then the face skin is seg
. ,
mented based on this function In order to authenticate the face candidate regions firstly tex
ture information in face candidate regions is segmented using mean and variance of luminance
,
- 2023-07-24 06:40:03下载
- 积分:1
-
这是基于图像处理,用MATLAB编程,对知道图像进行边缘提取和hough线链接的程序...
这是基于图像处理,用MATLAB编程,对知道图像进行边缘提取和hough线链接的程序-This is based on image processing, using MATLAB programming, to know that the image edge detection and hough line procedure link
- 2022-08-26 06:33:37下载
- 积分:1
-
怎样画出带有箭头的直线.zip
怎样画出带有箭头的直线.zip-how to draw straight lines with arrows. Zip
- 2022-09-10 19:15:03下载
- 积分:1
-
基于Fisher适应函数的遗传算法来做图像分割
基于Fisher适应函数的遗传算法来做图像分割-Fisher-based fitness function of genetic algorithm to do image segmentation
- 2022-05-24 13:47:52下载
- 积分:1
-
目前一般只能画标准的椭圆,本代码实现了画斜椭圆,这个程序主要的思想来自Breseham算法!...
目前一般只能画标准的椭圆,本代码实现了画斜椭圆,这个程序主要的思想来自Breseham算法!-Can only draw the current standard ellipse, the implementation of the code draw oblique oval, the main idea of this process from Breseham algorithm!
- 2022-07-23 11:01:30下载
- 积分:1