登录
首页 » matlab » 图像处理基础程序,主要针对遥感影像处理

图像处理基础程序,主要针对遥感影像处理

于 2020-06-15 发布 文件大小:2571KB
0 108
下载积分: 1 下载次数: 1

代码说明:

  图像处理基础程序,主要针对遥感影像处理。内含各种基础处理源码(matlab ,imagine analisy)

文件列表:

算法\1\leijihist.m, 187 , 2018-11-19
算法\1\mean1.m, 276 , 2018-11-19
算法\1\read.m, 79 , 2018-10-17
算法\1\zhifangtu.m, 177 , 2018-11-19
算法\1\示例图像1.jpg, 39349 , 2018-10-17
算法\Boundary_tracking.m, 1337 , 2018-12-16
算法\Brovey.m, 488 , 2018-11-16
算法\Brovey_fuse.m, 508 , 2018-11-16
算法\chengjibianhuan.m, 389 , 2018-11-16
算法\diedaiyuzhi.asv, 1304 , 2018-12-01
算法\diedaiyuzhi.m, 1810 , 2018-12-01
算法\extract_pca.m, 730 , 2018-11-19
算法\f1.bmp, 2224342 , 2018-11-16
算法\f2.bmp, 2661414 , 2018-11-16
算法\fangcha.m, 241 , 2018-10-17
算法\high.jpg, 17263 , 2004-06-13
算法\hist1.m, 186 , 2018-10-18
算法\hsi2rgb.m, 521 , 2018-10-22
算法\hsi2rgb2.m, 1051 , 2018-11-02
算法\hsironghe.m, 738 , 2018-11-17
算法\huidulashen.m, 881 , 2018-10-17
算法\isodata.m, 4205 , 2018-12-16
算法\junzhi.m, 448 , 2018-10-18
算法\junzhilubo.m, 477 , 2018-10-19
算法\Kmeans.asv, 3462 , 2018-12-16
算法\Kmeans1.m, 4105 , 2018-12-16
算法\lashen.m, 345 , 2018-11-16
算法\leijihist.m, 232 , 2018-11-18
算法\leijihistformhist.m, 203 , 2018-10-18
算法\low.jpg, 12150 , 2004-06-13
算法\maopaopaixu.m, 370 , 2018-10-17
算法\mean1.m, 276 , 2018-11-19
算法\mid1.m, 186 , 2018-10-18
算法\pcaronghe.m, 1005 , 2018-11-16
算法\Prewittsuanzi.m, 807 , 2018-10-19
算法\qiujunzhi.m, 53 , 2018-10-17
算法\quickSort.m, 544 , 2018-10-17
算法\quyufenxi.asv, 1041 , 2018-12-01
算法\quyufenxi.m, 1059 , 2018-12-01
算法\read.m, 79 , 2018-10-17
算法\regiongrow.m, 1646 , 2018-11-12
算法\rgb2hsi.m, 1024 , 2018-11-02
算法\sebolsuanfa.m, 676 , 2018-10-19
算法\show1.m, 230 , 2018-10-17
算法\show3.m, 573 , 2018-10-17
算法\xianggaunxishu.m, 244 , 2018-10-17
算法\xiefangcha.m, 254 , 2018-10-17
算法\zhifangtu.m, 446 , 2018-11-19
算法\zhifangtujunheng.m, 955 , 2018-11-19
算法\zhifangtupipei.m, 684 , 2018-10-18
算法\zhongshu.m, 465 , 2018-10-17
算法\zhongweishu.m, 241 , 2018-10-19
算法\zhongzhi.m, 843 , 2018-10-18
算法\zhongzhilubo.m, 560 , 2018-10-19
算法\zuidasiran.m, 456 , 2018-12-16
算法\zuixiaojuli.m, 386 , 2018-12-16
算法\新建文本文档.txt, 156 , 2018-12-03
算法\示例图像1.jpg, 39349 , 2018-10-17
算法\1, 0 , 2018-11-19
算法, 0 , 2018-12-16

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

发表评论

0 个回复

  • 椭圆拟合
    二值化处理图像,自动拟合椭圆并得到长短轴的大小。(Automatically fit the ellipse and get the size of the long and short axes)
    2021-04-20 15:28:50下载
    积分:1
  • RGB_Criminisi
    Criminisi算法修复彩色图像,详细的程序,可以直接运行。(Criminisi algorithm for RGB images )
    2021-03-08 09:39:28下载
    积分:1
  • Code
    TV算法图像处理。total variation减少图像噪声算法源代码(TV algorithm for image processing. total variation image noise reduction algorithm source code)
    2009-09-07 13:34:47下载
    积分:1
  • AGCWD
    來自於2012年IEEE TIP的論文 Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution ,其功能為透過分析影像中的直方圖統計資訊,達到快速增強影像對比的結果。(From the 2012 IEEE TIP paper "Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution"which functions as a histogram of the image by analyzing statistical information, to quickly enhance image contrast.)
    2021-01-27 16:48:42下载
    积分:1
  • LBP1
    用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。(With lbp achieve texture feature extraction and classification Description: A total of three m files, one is lbp.m, store the main lbp algorithm, One is getmapping, helper functions for doing arithmetic, One is lbptest.m, kept the test code. These three documents need to put the same folder, and add the appropriate folder, pictures, See lbptest.m specific name of the picture of the code, run lbptest.m can view the results. Finally renderings code These three documents are the most traditional LBP method, there are 256 kinds.)
    2013-10-21 17:09:14下载
    积分:1
  • PFCp2FAPENDICESp2FApendice-B
    Information of transform watershed
    2012-11-08 20:47:46下载
    积分:1
  • Hmodel
    CT的投影重建算法,图片用的MATLAB里面自带的投影算法图像,运行可显示重建结果=)(CT projection reconstruction algorithm, pictures of MATLAB inside built-in image projection algorithm, Operation results indicate reconstruction =))
    2007-03-22 16:54:18下载
    积分:1
  • 437670
    彗星窗口水印源码例程程序结合易语言模块彗星窗口水印.ec,实现窗口水印效果。(Comets window watermark source routine program combining easy language module comet window watermark .ec, achieve window watermark .)
    2016-08-23 22:02:29下载
    积分:1
  • scatter_plot
    基于IDL很ENVI的ENVI的散点图功能扩展程序源码(Extend the program source code based on a scatter plot function of the IDL of ENVI ENVI)
    2012-05-09 11:39:20下载
    积分:1
  • 21bounding-box-algorithm
    三维点云包围盒精简算法,内包含点云数据与处理结果,直观可用,效果良好。(Three dimensional point cloud bounding box reduction algorithm, which contains point cloud data and processing results, is intuitive and available, and the effect is good.)
    2020-11-18 21:29:38下载
    积分:1
  • 696524资源总数
  • 103783会员总数
  • 41今日下载