登录
首页 » matlab » shuzituxiangzuoye-

shuzituxiangzuoye-

于 2012-05-24 发布 文件大小:512KB
0 258
下载积分: 1 下载次数: 84

代码说明:

  对遥感图像进行无监督分类,形成决策树,实现地物的标定(Unsupervised classification of remote sensing images to form a decision tree, the calibration of surface features)

文件列表:

MATLAB
......\hist-fg.m,166,2012-01-11
......\histygtx.asv,400,2012-01-13
......\histygtx.m,400,2012-01-13
......\imreadygtx.asv,1447,2012-01-13
......\imreadygtx.m,1610,2012-01-14
......\main.asv,3901,2012-01-14
......\main.m,4021,2012-01-14
......\mas11.asv,2316,2012-01-14
......\mas11.m,2317,2012-01-14
......\meanstdygtx.asv,272,2012-01-13
......\meanstdygtx.m,332,2012-01-13
......\usekmeans.asv,1231,2012-01-13
......\usekmeans.m,1226,2012-01-13
......\使用说明.txt,40,2012-01-14
遥感图像分类





............\L6.bmp,66616,2007-03-05
............\L7.bmp,66616,2007-03-05
............\urban.bmp,8254,2012-01-14
............\urban321.bmp,66614,2012-01-14
............\urban432.bmp,66614,2012-01-14
............\urban453.bmp,66614,2012-01-14
............\urban742.bmp,66614,2012-01-14
............\water.bmp,8254,2012-01-14
............\water453.bmp,66614,2012-01-14
............\water742.bmp,66614,2012-01-14
............\遥感图像分类.txt,3219,2012-01-08

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

发表评论

0 个回复

  • 灰度多种实现程序
    利用matlab控制摄像头,对图像实时进行二值灰度处理(Using MATLAB to control the camera, the image is processed with two value gray in real time)
    2017-11-09 13:52:18下载
    积分:1
  • recover
    DWT域的水印提取,matlab 以及信噪比分析(DWT watermark extraction, and signal-to-noise ratio analysis Matlab)
    2007-05-27 13:58:40下载
    积分:1
  • 热点
    在图片上进行热点编辑,可进行区域的连接设置(Hotspot on the image editor, in the area can be connection Settings)
    2017-06-16 16:41:50下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • waterep
    通过erdas遥感软件提取水体的三种操作(Extracting water through software operation of the three operating)
    2013-08-27 17:23:22下载
    积分:1
  • Contourlet
    基于Contourlet变换和SVM的SAR图像目标识别 (Contourlet transform and SVM based on the SAR image target recognition)
    2021-04-01 09:19:08下载
    积分:1
  • JOS
    mean-shift跟踪算法中核窗口大小的自动选区(mean-shift tracking algorithm in the size of the nuclear window automatically constituency)
    2007-08-28 23:08:26下载
    积分:1
  • segy
    说明:  地震数据处理中的基础的地震数据读取程序,MATLAB环境下应用(Seismic Data Reading)
    2018-12-29 09:59:01下载
    积分:1
  • 28_REVIEW
    Image enhancement is a processing on an image in order to make it more appropriate for certain applications. It is used to improve the visual effects and the clarity of image or to make the original image more conducive for computer to process. Contrast enhancement changing the pixels intensity of the input image to utilize maximum possible bins. We need to study and review the different image contrast enhancement techniques because contrast
    2016-04-22 20:49:34下载
    积分:1
  • multiquadric
    输入控制点对,即可得到畸变校正系数。 此例中使用最近临插值。如要得到更好效果,可换用双线性或3次插值。(Input control point right, you get distortion correction factor. In this case, using the most recent clinical interpolation. To get better results, can be used for bilinear interpolation or 3 times.)
    2008-02-23 22:32:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载