-
计算机图形学课程设计计 算机图形学课程设计计算机图形学课程设计...
计算机图形学课程设计计 算机图形学课程设计计算机图形学课程设计-engleengleengleengleengleengle
- 2022-09-07 00:10:03下载
- 积分:1
-
结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法...
结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algorithm
- 2023-01-26 08:10:04下载
- 积分:1
-
Introduction
Icasso is based on running FastICA several times (resampling). Ic...
Introduction
Icasso is based on running FastICA several times (resampling). Icasso pools all the estimates together and forms clusters bottom-up among them. The basic idea is that a tight cluster of estimates is considered to be a candidate for including a "good" estimate. A centroid of such cluster is considered a more reliable estimates than any estimate from an arbitrary run. (Instead of an average as a centroid, Icasso visualizes and returns a centrotype from each cluster. This is the one of the original estimates that is most similar to other estimates in the same cluster. You can compute the average by using Icasso functions.)
- 2022-03-11 21:21:55下载
- 积分:1
-
fft加窗谐波检测
利用FFT加窗并对信号进行插值,从而检测谐波。是一种快捷优良的算法,注释很详细,只需要改动一部分即可,谢谢!
- 2022-07-27 16:07:44下载
- 积分:1
-
JPEG2000压缩解压程序
JPEG2000压缩解压程序-JPEG2000 compression decompression procedures
- 2022-08-17 09:26:13下载
- 积分:1
-
200 多个可靠的算法源程序 Numerical Recipes Pascal代码
200 多个可靠的算法源程序 Numerical Recipes Pascal代码-reliable algorithm source code Pascal Numerical Recipes
- 2022-02-02 21:56:41下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
In VC++ 6.0 environment, use of OPENGL realize the visualization of the three sp...
在VC++6.0环境下,利用OPENGL实现了三位球体的可视化。有源代码及其相关设计文档。-In VC++ 6.0 environment, use of OPENGL realize the visualization of the three spheres. Source code and related design documents.
- 2023-09-01 16:55:03下载
- 积分:1
-
该源代码可以实现实时的3D效果处理,而且使用非常方便、快速,对很多的视频,图像等文件格式都兼容。...
该源代码可以实现实时的3D效果处理,而且使用非常方便、快速,对很多的视频,图像等文件格式都兼容。-the source code can achieve real-time 3D effects, but also extremely easy to use, fast, a lot of video, images, etc. are compatible file format.
- 2022-01-26 00:02:13下载
- 积分:1
-
读取BMP文件,并重构图像,适合学习图形学的新手,通过此程序可以了解图像内部格式...
读取BMP文件,并重构图像,适合学习图形学的新手,通过此程序可以了解图像内部格式-Read the BMP file, and reconstruct images, graphics suitable for the novice to learn, through this program can understand the internal format image
- 2022-02-27 08:31:03下载
- 积分:1