登录
首页 » matlab » 20079301973487874

20079301973487874

于 2007-10-10 发布 文件大小:640KB
0 91
下载积分: 1 下载次数: 267

代码说明:

  图像的纹理提取,有一系列的matlab函数,可以取得很好的效果(Image texture extraction, has a series of matlab function, can be achieved very good results)

文件列表:

dt_cwt texture

..............\antonini.mat
..............\coldfilt.m
..............\colfilter.m
..............\dtwavexfm2.m
..............\ImageSearch.asv
..............\ImageSearch.fig
..............\ImageSearch.m
..............\legall.mat
..............\lenna.mat
..............\LoadImageTexture.asv
..............\LoadImageTexture.m
..............\near_sym_a.mat
..............\near_sym_b.mat
..............\OpenDatabase.asv
..............\OpenDatabaseTexture.asv
..............\OpenDatabaseTexture.m
..............\qshift_06.mat
..............\qshift_32.mat
..............\qshift_a.mat
..............\qshift_b.mat
..............\qshift_c.mat
..............\qshift_d.mat
..............\reflect.m
..............\RGB2YUV.m
..............\SearchTexture.asv
..............\SearchTexture.m
..............\test_dtcwt.m
..............\TextureDTCWT.asv
..............\TextureDTCWT.m
..............\TextureImage





..............\............\23.jpg
..............\............\24.jpg
..............\............\25.jpg
..............\............\26.jpg
..............\............\D1.JPG
..............\............\D15_1.JPG
..............\............\D15_2.JPG
..............\............\D15_3.JPG
..............\............\D15_4.JPG
..............\............\D15_5.JPG
..............\............\D15_6.JPG
..............\............\D15_7.JPG
..............\............\D15_8.JPG
..............\............\D15_9.JPG
..............\............\D18_1.JPG
..............\............\D18_10.JPG
..............\............\D18_11.JPG
..............\............\D18_12.JPG
..............\............\D18_13.JPG
..............\............\D18_14.JPG
..............\............\D18_15.JPG
..............\............\D18_16.JPG
..............\............\D18_2.JPG
..............\............\D18_3.JPG
..............\............\D18_4.JPG
..............\............\D18_5.JPG
..............\............\D18_6.JPG
..............\............\D18_7.JPG
..............\............\D18_8.JPG
..............\............\D18_9.JPG
..............\............\D1_1.JPG
..............\............\D1_2.JPG
..............\............\D1_3.JPG
..............\............\D2_1.JPG
..............\............\D2_2.JPG
..............\............\D2_3.JPG
..............\............\D2_4.JPG
..............\............\D2_5.JPG
..............\............\D2_6.JPG
..............\............\D2_7.JPG

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

发表评论

0 个回复

  • Subclust
    减聚类的类代码,可以直接使用获得类中心,类数目(Clustering by class code, you can directly use a type of center, type the number of)
    2008-04-08 10:56:52下载
    积分:1
  • CFAR
    this code implementation cfar.
    2014-10-14 01:14:31下载
    积分:1
  • QAM16_OFDM
    This tile is the 16-QAM modulator for OFDM system s signal.
    2013-01-04 15:30:18下载
    积分:1
  • PSNR
    %本程序功能是计算2幅彩色图像的PSNR,以此来评价图像处理的效果%%%%%%%%% % 运行的结果保存在变量PSNR中( This program features the calculation of two color images of the PSNR, in order to evaluate the effect of image processing the results of running stored in variables in PSNR)
    2008-01-15 21:56:47下载
    积分:1
  • OrthogonalTGARCH
    本文对@:AB及其衍变模型进行了分析和总结,提出了直交门槛一般化自回归条件异方差#< 90 8 17C -D@:AB*模型。通过模型平稳性测试、@:效果检定、@:AB效果检定、模型阶数鉴定、模型参数估计与模型诊断对模型进行 评估,作者认为这种模型在估计投资组合资产收益的波动性上优越@:AB及其衍变模型。 (In this paper, @: AB model and its evolution are analyzed and summed up the proposed DC-AC threshold generalized autoregressive conditional heteroskedasticity# < 90 8 17C-D @: AB* model. Smooth adoption of the model testing, @: the effect of test, @: AB test the effect of model order identification, model parameter estimation and model diagnostics to assess the model, the authors suggest that this model portfolios in estimating the volatility of capital gains on the superior @ : AB and its evolution model.)
    2009-05-30 12:36:07下载
    积分:1
  • jiefangcheng
    说明:  Matlab学习宝典 解方程 Matlab学习宝典(Matlab solutions of equations Matlab Baodian learning learning Baodian)
    2008-12-01 13:08:18下载
    积分:1
  • jie_chu_pi_lao_qiang_du
    齿轮接触疲劳强度分析程序,机械设计中使用。(Gear contact fatigue strength analysis program, used in mechanical design。 )
    2014-03-05 09:31:04下载
    积分:1
  • demo
    说明:  在MATLAB下做的开关电源设计仿真研究(Done under the MATLAB simulation of switching power supply design)
    2010-04-13 22:46:10下载
    积分:1
  • magic-cube-matlab
    求解任意阶魔方的变换的matlab程序源代码。(Solving the Rubik' s cube of any order transform matlab program source code.)
    2013-04-04 19:07:27下载
    积分:1
  • Fcm
    FCM Data set clustering using fuzzy c-means clustering. [CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of clusters in the data set DATA. DATA is size M-by-N, where M is the number of data points and N is the number of coordinates for each data point. The coordinates for each cluster center are returned in the rows of the matrix CENTER. The membership function matrix U contains the grade of membership of each DATA point in each cluster. The values 0 and 1 indicate no membership and full membership respectively. Grades between 0 and 1 indicate that the data point has partial membership in a cluster. At each iteration, an objective function is minimized to find the best location for the clusters and its values are returned in OBJ_FCN.
    2013-04-21 07:30:57下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载