搜索资源列表
face123[matlab]
- 在本设计中源于将图像看作随机场的实例,同时从信号处理的观点出发,对图像进行统计描述。通过K-L变换降低人脸特征的维数,提取人脸图像的代数特征,并排序。这样,利用代数特征的比较,可从人脸库中识别一幅人脸。-in the design of the images from the airport as with the examples, from the viewpoint of signal processing, right image descr iptive statistics. Thr
车间调度算法
- 水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码。
embed
- 嵌入水印信息的matlab程序,先读入原图像,再进行dct变换,产生水印序列排序,嵌入水印,dct反变换,得到嵌入水印的图像-Matlab embedded watermark information, procedures, first read the original image and then dct transform, resulting in the watermark sequence to sort, watermark embedding, dct inverse tran
Logistic
- 用logisitic映射生成混沌密码流,对密码流排序后生成置换地址集合,用这个地址集合对图像像素点进行重新排列,从而达到置乱的目的。 -Chaotic maps generated by logisitic password stream flow sorting of passwords generated after the replacement address of the collection, use this address a collection of image pixe
Stack
- 层叠中值滤波和层叠秩排序滤波的Matlab实现。-Cascaded median filtering and layering rank order filtering Matlab implementation.
stackmor
- 在matlab中利用层叠方法实现秩排序统计滤波器-Method in matlab using cascaded to achieve the rank order statistics filter
zigzag_dezigzag
- zigzag算法,即实现图像像素的斜向Z字型重新排序的matlab实现-zigzag algorithm, namely the realization of the image pixel oblique Z-shaped re-sort Matlab
fast-median-filter
- 用mATLAB编写的快速中值滤波程序,采用 3x3 窗口,基于基数排序的快速去噪FNR-Fast median filtering with mATLAB written procedures, using 3x3 window, based on the fast radix sort denoising FNR
hadamard
- sequency,dyadic或者佩利排序哈达玛转换数字图像处理matlab源程序-sequency, dyadic or Paley Sort Hadamard the conversion digital image processing matlab source
wave
- 小波变换在图像处理中有广泛应用,本程序利用matlab来实现小波变换,得到小波变换的系数,并且进行排序-Wavelet transform is widely used in image processing, the program using matlab wavelet transform, wavelet transform coefficient, and sort
sort
- matlab的图像搜索排序系统,适合做 毕业设计参考,很有价值哦,计算机视觉,图像水印,图像处理,人脸识别-this is the system of the sort of image sort,which can help you with your graduation ,and computer vision,opencv,image process,face detection
suanfashiyan
- matlab读取stl文件,将得到文件进行数据处理,得到三角面片各点坐标值,并对各点坐标值进行了升序,降序排序-Matlab reads STL file, will receive a file for data processing, get the triangles, the coordinate values at various points of each point coordinates and ascending, descending order
suanfazhuchengxu
- 基数排序的MATLAB代码,基数排序原理代码,仅供参考-Base sorting of the MATLAB code, the base sorting principle code, for reference only
zigzag
- 实现二维数组的zigzag排序,将二维数组按zigzag排序后,整合成一个一维数组(To achieve two-dimensional array of zigzag sort, the two-dimensional array by zigzag sort, integrated into a one-dimensional array)