-
该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什
该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什-哈达玛变换,f为时域值,F为变换域值,power为2的幂数,Walsh1函数为二维变换;在该函数中取出了一幅位图的所有像素,用来进行变换.具体算法过于专业,我就不细说了。-the realization of an image Walsh transform. First imagewnd definition of a category, such can be used for the bitmap is created, displayed; WALh function for the rapid Walsh-Hadamard transform, too-valued f, F value of the transform domain, power and the power to two the number Walsh1 function of two-dimensional transform; function in the removal of a bitmap of all pixels, used for transformation. specific algorithm is too professional, I will not elaborate on this.
- 2022-07-10 19:38:16下载
- 积分:1
-
视频监控程序,用于静态背景下目标识别监控和跟踪
视频监控程序,用于静态背景下目标识别监控和跟踪-Video surveillance program for monitoring the static context of target recognition and tracking
- 2022-02-14 02:26:14下载
- 积分:1
-
图像加密,循环变换后恢复
图像加密,循环变换后恢复-Image encryption
- 2022-03-22 16:10:13下载
- 积分:1
-
图像近均值滤波程序,有图,自己在毕业设计时写的,可以用...
图像近均值滤波程序,有图,自己在毕业设计时写的,可以用
- 2022-04-02 06:57:52下载
- 积分:1
-
VisualC++实现的BP神经网络类
VisualC++实现的BP神经网络类-VC achieve BP neural network category
- 2022-07-22 17:53:02下载
- 积分:1
-
基于特征脸的人脸检测方法,由MATLAB编制而成
基于特征脸的人脸检测方法,由MATLAB编制而成-based on feature for Face detection methods, compiled by MATLAB
- 2023-06-29 17:25:03下载
- 积分:1
-
jpeg realization for image in c
jpeg realization for image in c
- 2022-03-15 08:24:30下载
- 积分:1
-
poser的人体模型
poser的人体模型-poser models of body
- 2022-01-30 19:44:39下载
- 积分: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
-
一个完整简明的PYTHON图像处理程序_2
一个完整简明的PYTHON图像处理程序_2-a concise PYTHON has made a complete image-processing program _2
- 2022-01-21 21:42:14下载
- 积分:1