-
matlab code实验7高通、低通、带通和带阻滤波器
< 数字图像处理算法及应用>这本书的相关代码(Image Processing Algorithm and Practices is an important book in IP and AI. High-pass Filter is very normal and practical tool.)
- 2020-07-02 01:20:01下载
- 积分:1
-
eyesubtract1.0
用于去除眼动,眼漂的插件。下载后解压到eeglab 插件目录下,启动matlab 设置好路径就可以自动打开,在eeglab tool 中可以选中使用。(A plug-in for removal of eye movement and eye drift. After downloading, unpack it to the eeglab plug-in directory, start MATLAB and set up the path to open automatically, which can be optionally used in eeglab tool.)
- 2018-08-05 20:32:05下载
- 积分:1
-
facedetectandrecognition-dlib-python3.6
说明: 机器学习专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技 能,为包括人脸识别领域的人工智能的发展做出了极大的贡献。本文探索如何应用机器学习中的一些技术,使计算机更好地完成人脸识别领域中的人脸检测和人脸验证。
在人脸检测方面,针对如何快速、准确地检出人脸的问题,基于DLIB中特征模型,可以快速提取检测出人脸,并且提取出人脸特征点,主要作用就是快速检测定位人脸。在训练过程中,引入了ResNet机器学习算法,该算法采用多层卷积神经网络结构,对人脸进行多层特征提取和描述,得到人脸特征描述符。通过测试可以证实了上述方法能够检测和识别人脸。(In terms of face detection, for the problem of how to detect faces quickly and accurately, based on the feature model in DLIB, you can quickly extract and detect faces, and extract face feature points, the main role is to quickly detect and locate faces. In the training process, the VGG-FACE machine learning algorithm is introduced. This algorithm uses a multi-layer convolutional neural network structure to perform multi-layer feature extraction and description on the face to obtain the face feature descriptor. Tests can confirm that the above method can detect and recognize human faces.)
- 2020-05-06 14:33:08下载
- 积分:1
-
code
提取视频中的图片,每一帧的信息,把视频分为图片信息(get picture of video)
- 2019-03-21 11:56:17下载
- 积分:1
-
adtive_feature1
以python语言为平台,对机载激光雷达原始数据Las格式和txt格式进行读取,并根据信息熵确定维度特征计算的最佳邻域半径,最后计算得到最佳邻域半径和最佳维度特征值(Based on Python language, the Las format and TXT format of airborne lidar raw data are read, and the optimal neighborhood radius is determined according to the information entropy. Finally, the optimal neighborhood radius and the optimal dimension eigenvalue are calculated.)
- 2020-12-18 18:39:11下载
- 积分:1
-
fastRPCAmethod
fast RPCA背景检测,较为经典的一种算法,亲测可用(fast rpca method for background selection)
- 2019-01-18 10:35:58下载
- 积分:1
-
ImageDenoisingKSVD-master
说明: 采用K-SVD对图像进行去噪处理。可以对不同类型的图像进行去噪处理。(Image denoising using K-SVD)
- 2019-06-06 19:56:25下载
- 积分:1
-
Regiongrowing
Region growing segmentation software on matlab.
- 2009-07-03 01:32:16下载
- 积分:1
-
正则化工具,完整的正则化工具 Regularization Tools Version 4.1
正则化工具,完整的正则化工具,包括各种正则化的处理,使用matlab编程语言(regularization tools)
- 2020-06-27 04:20:02下载
- 积分:1
-
利用de Boor算法绘制B样条曲线
运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1]
先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1].
First, draw the control polygon and draw the B spline curve by piecewise straight line segments.)
- 2018-06-09 15:17:01下载
- 积分:1