-
用vc++编写的人脸识别系统软件,用于人脸图像的识别
用vc++编写的人脸识别系统软件,用于人脸图像的识别-With vc++ Prepared Face Recognition System software for Face Image Recognition
- 2023-07-28 21:50:02下载
- 积分:1
-
数字水印处理系统主要由水印嵌入和水印检测两个过程。(1)水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(...
数字水印处理系统主要由水印嵌入和水印检测两个过程。(1)水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 (2)水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。该程序调试已通过!-Digital watermarking system mainly consists of watermark embedding and watermark detection of the two processes. (1) The watermark embedding process as follows: Digital watermarking (X), the original image (I) and key/public key (K) by digital watermark embedding algorithm to form watermarked image (I*). (2) The watermark detection process is as follows: Digital watermarking (X), the watermark image (I*) and key/public key (K) by digital watermark detection algorithm to detect whether the digital watermark or watermark. The program debugging has passed!
- 2022-02-16 09:43:22下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1
-
基于混合高斯模型的前景提取
资源描述使用视频数据,并对视频数据进行了预处理,以及对混合高斯模型提取的目标进行形态学操作,并进行了边缘检测提取出运动目标。使用的是opencv3写的
- 2023-08-12 05:45:06下载
- 积分:1
-
用C语言和图形学算法画的手机,是我们班的一位强人作的。
用C语言和图形学算法画的手机,是我们班的一位强人作的。-C language and graphics algorithm painting is the mobile phone, one of our classes for the strongman.
- 2022-07-16 05:21:17下载
- 积分:1
-
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目-Do you feel on the hero a cordial and friendly interface, this is to open its true colors
- 2023-04-26 03:40:03下载
- 积分:1
-
用VC实现小型矢量图形系统的开发
用VC实现小型矢量图形系统的开发-with VC small vector graphics system development
- 2022-04-18 09:53:06下载
- 积分:1
-
图象处理 功能简单
图象处理 功能简单-image processing functions simple!
- 2023-07-07 15:30:03下载
- 积分:1
-
一个简单绘图程序的开发
一个用VC开发的简单画图程序-a VC development of a simple drawing program
- 2022-06-15 16:40:51下载
- 积分: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