登录
首页 » matlab » facereganization

facereganization

于 2009-02-23 发布 文件大小:14086KB
0 336
下载积分: 1 下载次数: 114

代码说明:

  人脸识别的实例,其中含有项目题目,解决方案以及实现程序和工具箱(Examples of face recognition, which contains the project topic, the solution as well as the implementation procedures and toolbox)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • picture
    说明:  图像边缘检测及图像区域分割、目标检测、目标识别(Image edge detection, image region segmentation, target detection and target recognition)
    2020-04-04 14:14:27下载
    积分:1
  • 1
    说明:  视频图像处理相关,用傅立叶相关算法,给图像分割,达到预期效果。(Video image processing associated with Fourier correlation algorithm to image segmentation, to achieve the desired effect.)
    2014-06-20 21:21:48下载
    积分:1
  • mwpls
    说明:  matlab软件进行近红外光谱图像处理mwpls方法,进行最佳光谱区间的选择(Matlab software for near infrared spectral image processing mwpls method, the best spectral range selection)
    2021-01-02 16:28:57下载
    积分:1
  • xapp741
    说明:  该设计使用8个AXI视频直接存储器访问(AXI VDMA)引擎同时移动16个流(8个传输视频流和8个接收视频流),每个流以1920 x 1080像素格式以60赫兹刷新率移动,每个像素24个数据位。此设计还具有额外的视频等效AXI流量,该流量由为1080p视频模式配置的四个LogiCORE AXI流量发生器(ATG)核心生成。ATG核心根据其配置生成连续的AXI流量。在本设计中,ATG被配置成以1080p模式生成AXI4视频流量。这使得系统吞吐量需求达到DDR的80%左右带宽。每个AXI VDMA由LogiCORE IP测试模式生成器(AXI TPG)核心驱动。AXI VDMA配置为在自由运行模式下运行。每个AXI VDMA读取的数据被发送到能够将多个视频流多路复用或叠加到单个输出视频流的通用视频屏幕显示(AXI OSD)核心。AXI OSD核心的输出驱动板载高清媒体接口(HDMI技术)视频显示接口通过RGB到YCrCb颜色空间转换器核心和逻辑核心IP色度重采集器核心。LogiCore视频定时控制器(AXI VTC)生成所需的定时信号。(The design uses eight AXI video direct memory access (AXI VDMA) engines to simultaneously move 16 streams (eight transmit video streams and eight receive video streams), each in 1920 x 1080 pixel format at 60 Hz refresh rate, and 24 data bits per pixel. This design also has additional video equivalent AXI traffic generated from four LogiCORE AXI Traffic Generator(ATG) cores configured for 1080p video mode. The ATG core generates continuous AXI traffic based on its configuration. In this design, ATG is configured to generate AXI4 video traffic in 1080p mode. This pushes the system throughput requirement to approximately 80% of DDR bandwidth. Each AXI VDMA is driven from a LogiCORE IP Test Pattern Generator (AXI TPG)core. AXI VDMA is configured to operate in free running mode. Data read by each AXI VDMA is sent to a common Video On-Screen Display (AXI OSD) core capable of multiplexing or overlaying multiple video streams to a single output video stream.)
    2020-05-08 18:03:59下载
    积分:1
  • 能量检测法源代码
    能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。 实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。 此代码“利用FFT转换到频域,然后对频域信号求模平方”方法来实现对用户的检测。(In fact, energy detection is used for energy accumulation in a certain frequency range. If the accumulated energy is higher than a certain threshold, the existence of the signal is indicated. If the threshold is lower than the threshold, then only noise is indicated. The starting point of energy detection is that the energy of signal plus noise is greater than that of noise. The energy detection method does not make any assumptions about the signal, and it is a blind detection algorithm. This code "converts the frequency domain into the frequency domain by FFT, then calculates the square of the square of the frequency domain signal" to realize the detection of the user.)
    2021-04-29 16:18:42下载
    积分:1
  • main
    基于渐近区域的图像拼接matlab程序,可以实现全景图拼接(Based on the asymptotic region matlab image mosaic program, you can realize panorama stitching)
    2009-02-10 16:14:13下载
    积分:1
  • traffic-sign-detection-master
    利用SVM模型来完成对交通标志进行检测和识别(The SVM model is used to detect and identify traffic signs.)
    2018-05-11 17:04:05下载
    积分:1
  • dutu
    这是个读取视频中每一帧并按顺序保存的小工具,因网上现成的太少,故自己编写(This is a small tool for reading vedio and save every frame in it .)
    2019-05-21 17:46:14下载
    积分:1
  • TextureFeatureExtraction
    基于灰度共生矩阵的纹理特征提取,输出为图像四个方向共十六个特征值(Gray-level co-occurrence matrix based texture feature extraction, the output image in four directions for a total of 16 eigenvalues)
    2008-04-14 12:48:24下载
    积分:1
  • main
    将保存有灰度图像信息的txt文件转化生成灰度图片。 txt数据只能包含数据,数据用逗号或者空格隔开,所存数据个数应与所生成的图片大小相同。例:要还原的图片大小为640*480,那么txt文件中就应当有307200个数据。(The txt file with information of grayscale image is transformed into gray image. The TXT data can only contain data, separated by commas or spaces, and the number of data stored should be the same as the size of the generated image. Example: the size of the image to restore is 640*480, so there should be 307200 data in the txt file.)
    2018-10-13 12:47:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载