登录
首页 » matlab » knn-algorithm

knn-algorithm

于 2020-12-02 发布 文件大小:4980KB
0 279
下载积分: 1 下载次数: 47

代码说明:

  基于knn算法的遥感图像分类 源代码 算法测试(Remote sensing image classification based on knn algorithm Source code Algorithm testing)

文件列表:

基于KNN算法的遥感图像分类
.........................\92AV3GT_cls.bin,21025,2010-03-03
.........................\Eu_distence.m,365,2014-06-19
.........................\ExtractDataFromROI.m,2137,2014-06-10
.........................\INP_200.tif,8410000,2014-04-03
.........................\KNN.m,1706,2014-06-19
.........................\knn_o.m,2370,2014-06-17
.........................\KNN_OA.asv,1493,2014-06-18
.........................\KNN_OA.m,1863,2014-06-19
.........................\main.asv,677,2014-06-17
.........................\main.m,2371,2014-06-19
.........................\test,160000,2014-05-27
.........................\test.asv,2351,2014-06-17
.........................\test1.m,2498,2014-06-17
.........................\Theta_distence.m,208,2014-06-10
.........................\zy3sample1,2560000,2014-05-14
.........................\实验结果





.........................\........\1nn_Eu_0.8.bmp,275182,2014-06-18
.........................\........\1nn_Eu_1.0.bmp,275182,2014-06-18
.........................\........\1nn_Theta_0.1.bmp,275182,2014-06-18
.........................\........\1nn_Theta_0.2.bmp,275182,2014-06-18
.........................\........\1nn_Theta_0.4.bmp,275182,2014-06-18
.........................\........\1nn_Theta_0.6.bmp,275182,2014-06-18
.........................\........\1nn_Theta_0.7.bmp,275182,2014-06-18
.........................\........\1nn_Theta_1.0.bmp,275182,2014-06-18
.........................\........\INP_1nn_Eu_1.0.bmp,1126942,2014-06-18
.........................\........\INP_1nn_Theta_1.0.bmp,1126942,2014-06-18
.........................\........\INP_OA_Eu.bmp,236278,2014-06-18
.........................\........\INP_OA_Eu_std.mat,440,2014-06-18
.........................\........\INP_OA_Theta.bmp,236278,2014-06-18
.........................\........\INP_OA_Theta_std.mat,440,2014-06-18
.........................\........\OA_Eu.bmp,236278,2014-06-18
.........................\........\OA_Eu_std.mat,440,2014-06-18
.........................\........\OA_Theta.bmp,236278,2014-06-18
.........................\........\OA_Theta_std.mat,440,2014-06-18

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

发表评论

0 个回复

  • watershed
    a Method for Applying Morphological Watershed Segmentation on Brain tumor MRI Data...
    2012-06-20 14:06:31下载
    积分:1
  • 1
    这是一个利用python里微信机器人,然后获取微信好友的照片,然后利用图像处理,把照片合成在一张照片里。(This is a use of the python Weixin robot, and then get the pictures of Weixin friends, and then use image processing to synthesize the pictures in a picture.)
    2019-05-26 17:42:23下载
    积分:1
  • Face-detection-based-on-skin-color
    人脸检测,能够检测出多张人脸,通过建立肤色模型,图像预处理等,分割出肤色区域,效果不错。(Face detection and can detect more than one face, through the establishment of skin color model, image preprocessing, segmentation of color of skin area, the effect is good. )
    2021-03-17 00:49:21下载
    积分:1
  • manualhist
    从键盘读取输入信息,并绘制最终的高斯函数。(Read from the keyboard to enter information, and rendering the final Gaussian function.)
    2008-01-10 11:18:41下载
    积分:1
  • pocs
    在matlab环境下基于pocs(凸集投影)的图像重建(Based in the matlab environment pocs (convex projection) of image reconstruction)
    2009-05-12 20:39:46下载
    积分:1
  • gabor
    利用gabor算法对图像纹理特征提取,并且送入极限学习机中进行学习分类(Use gabor feature extraction algorithm for image texture, and into the ultimate learning machine learning classification)
    2015-08-17 15:08:19下载
    积分:1
  • matlab实验程序
    说明:  (1)利用matlab函数进行噪声模拟,并用matlab自带函数进行图像滤波。 (2)利用给定图像自己编程实现使用均值滤波器、中值滤波器对不同强度的高斯噪声和椒盐噪声,进行滤波处理,并对结果进行评价分析,并解释结果。 (3)自己编程实现laplacian算子图像的处理,实现图像增强;编程实现sobel算子对图像边缘提取。将结果与matlab自带函数计算结果比较。 (4)利用模糊处理对图的灰度值进行改变实现灰度增强,并与直方图均衡结果比较((1) Matlab function is used to simulate noise, and Matlab function is used to filter image. (2) Using the given image, we use the mean filter and median filter to filter the Gaussian noise and salt and pepper noise with different intensities, evaluate and analyze the results, and interpret the results. (3) The image processing of Laplacian operator and image enhancement are realized by programming Sobel operator is used to extract image edge. The results are compared with those of MATLAB. (4) Fuzzy processing is used to change the gray value of the image to achieve gray enhancement and balance with histogram)
    2020-07-19 14:29:09下载
    积分:1
  • ROC1
    画roc曲线的matlab程序,roc曲线又称操作特性曲线 程序注释很详细(Roc curve matlab painting process, roc curve, also known as operating characteristic curve procedures in great detail the Notes)
    2021-01-22 20:48:44下载
    积分:1
  • key
    说明:  实现了基于关键像素点的FLICM图像分割算法,关键像素由局部最大值方法提取。(A FLICM image segmentation algorithm based on key pixels is implemented. Key pixels are extracted by local maximum method.)
    2020-06-25 09:20:01下载
    积分:1
  • GLCM-implement
    实现了灰度共生矩阵,并应用到了几张图片上。 C++ 和OPENCV 代码。 图像处理(GLCM achieved and applied to a few pictures. C++ and OPENCV code. Image Processing)
    2011-01-26 02:35:22下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载