-
read_grib1.4.0
读取grid文件,可以处理大容量数据,很有用的程序。( a matlab program,to read grid format files.)
- 2012-04-12 09:21:46下载
- 积分:1
-
VOSSPCurve
VOSS+Zcurve映射实现算法的matlab程序,01映射 DNA(VOSS+Zcurve mapping algorithm matlab program, 01 mapped DNA)
- 2012-09-24 12:10:02下载
- 积分:1
-
calc_lz_complexity
calculate limpel-ziv complexity of an image
- 2015-03-12 03:03:15下载
- 积分:1
-
1
说明: 对图片中字母数字识别,通过matlab实现(Recognition of letters and numbers in pictures)
- 2020-06-22 16:20:02下载
- 积分:1
-
E003_matlab65
matlab 一些文件,运用mabtf可以有很强的功能(Matlab some documents used mabtf can have a very strong function)
- 2006-12-25 18:01:38下载
- 积分:1
-
finger
图像识别利用MATLAB或VC编写一个系统,使得该系统能满足信息处理、频域处理、语音增强、识别等内容。(Image recognition using MATLAB or VC write a system so that the system can meet the information processing, frequency domain processing, speech enhancement, recognition and so on.)
- 2013-12-14 19:10:29下载
- 积分:1
-
Renderingindex
自己写的计算色坐标的小程序,内附白炽灯的光谱数据,可供参考。(himself wrote the calculation of color coordinates of small programs, enclosing incandescent spectral data for reference.)
- 2020-12-14 22:19:14下载
- 积分:1
-
2013041677756857
基于matlab开发的手势识别,里面有测试代码和图片 还有一个可以运行的.fig文件,可以直接运行的.并且同时分享了matlab的源码,效果很不错,可以学习和参考.相比C++开发的要简单易懂,可以通过代码了解手势识别的方法和原理,可以先学习matlab版的手势识别,再尝试编写C++和opencv版的。(Gesture recognition based on MATLAB development, there are test code and pictures and one can run the.Fig file, can be directly run. And at the same time sharing matlab source code, the effect is very good, you can learn and reference. Compared to the development of C++ is simple and easy to understand, can understand the principle and method of gesture recognition through the code, gesture recognition can learn the matlab version, and then try to write C++ and opencv version.)
- 2017-06-24 12:22:27下载
- 积分:1
-
j2fft
说明: 实现基2FFT的算法,包括数据分析报告,Matlab实现界面友好。(To achieve the base 2FFT algorithms, including data analysis, Matlab to achieve user-friendly.)
- 2010-03-24 19:31:38下载
- 积分:1
-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1