CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - k nearest

搜索资源列表

  1. Classify_Homework

    0下载:
  2. 模式识别作业——用平均样本法,平均距离法,最近邻法和K近邻法进行分类-pattern recognition operations -- with the average sample, the average distance, nearest neighbor and K-nearest-neighbor classification
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.09kb
    • 提供者:hiamy0313
  1. kmedfilter

    0下载:
  2. K近邻中值(均值)滤波器 1) 以待处理像素为中心,作一个m*m的作用模板。 2) 在模板中,选择K个与待处理像素的灰度差为最小的像素。 3) 将这K个像素的灰度均值(中值)替换掉原来的像素值。 -K-nearest neighbor median (mean) a filter) for the pixel to be addressed, for a m * m role template. 2) In the template, select and K-pending p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:上官云
  1. Yong

    0下载:
  2. Image thresholding has played an important role in image segmentation. In this paper, we present a novel spatially weighted fuzzy c-means (SWFCM) clustering algorithm for image thresholding. The algorithm is formulated by incorporating the spatial ne
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:287.35kb
    • 提供者:silviudog
  1. kd_tree

    0下载:
  2. 一个高效的k-d tree实现,可以广泛的应用与图形图像处理。-K nearest neighbor search based on KD-tree
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:23.9kb
    • 提供者:南亮亮
  1. test2

    0下载:
  2. K近邻分类法的实现代码,是一个基于win32的非界面程序-code about k-nearest neighbor
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2.77mb
    • 提供者:夏德仁
  1. ClassifyHomework

    0下载:
  2. 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2.28kb
    • 提供者:youxia
  1. netlab

    0下载:
  2. k-Nearest Neighbour classifer in matlab
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:707.14kb
    • 提供者:王世涛
  1. KNNMeanFilter

    0下载:
  2. 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。 假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)-Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:646byte
    • 提供者:Cathie Wen
  1. k-nearest

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH, Simple but very fast algorithm for nearest neighbors search in 2D space.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2.5kb
    • 提供者:hfy
  1. knn_classify

    0下载:
  2. knn分类算法 遥感图象分类 knn分类算法 遥感图象分类 -knn classify k-nearest neighbor algorithm In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1002byte
    • 提供者:lee
  1. 04799006

    0下载:
  2. The authors present an automatic classification of different power quality (PQ) disturbances using wavelet packet transform (WPT) and fuzzy k-nearest neighbour (FkNN) based classifier. The training data samples are generated using parametric mode
  3. 所属分类:Wavelet

    • 发布日期:2017-05-01
    • 文件大小:567.47kb
    • 提供者:gk
  1. extendimage

    0下载:
  2. 根据模板大小对图像扩展,最近邻法,matlab-According to the template image size on expansion, k-nearest-neighbors, matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:553byte
    • 提供者:chy
  1. KNN-(2)

    0下载:
  2. 这个是基于matlab制作的KNN 识别器的写法-This is K-Nearest Neighbour classifier used in pattern recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:839byte
    • 提供者:周迩航
  1. K

    0下载:
  2. 近邻法的基本思想是在测试样本x的k个近邻中,按出现的样本类别来作为x的类别,即先对x的k个近邻一一找出它们的类别,然后对x类别进行判别,即在N个训练样本中,找出x的k个近邻。-The basic idea of the nearest neighbor method in the test sample x k nearest neighbors, according to the type of the sample of x as a category, that is, first k n
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.61kb
    • 提供者:王宁
  1. K-

    0下载:
  2. 给出了一种基于距离的模糊隶属度定义形式,通过这种定义来改进K-近邻算法,得到一种自己定义的模糊K-近邻算法。同时本文中给出编程流程,编程思想以及实验结果。-A distance-based definition of fuzzy membership form, by this definition to improve K-nearest neighbor algorithm to obtain a defined fuzzy K-nearest neighbor algorithm. The
  3. 所属分类:Special Effects

    • 发布日期:2015-06-04
    • 文件大小:1kb
    • 提供者:xujingxue
  1. K-nearest-neighbor

    0下载:
  2. K近邻估计方法,采用可变大小的小舱的密度估计方法。-K-nearest neighbor estimation method, the size of a small cabin with variable density estimation method.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-04
    • 文件大小:1013byte
    • 提供者:l刘翔
  1. k-ball-fast-search

    0下载:
  2. 自适应空间球的k邻域快速搜索算法,利用空间微分块与动态球策略的k近邻搜索算法研究-Origianl-Adaptive spatial neighborhood k ball fast search algorithm, differential block the use of space and dynamic ball strategy k nearest neighbor search algorithm-Origianl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:372.76kb
    • 提供者:闫子熙
  1. K-nearest-neighbor-averaging

    0下载:
  2. matlab 分别利用邻域平均和K点平均对椒盐噪声图像,高斯噪声图像,乘性噪声图像进行处理,比较两者的差别-matlab use neighborhood were average and K-point average for salt and pepper noise image, Gaussian noise images, image processing multiplicative noise, compare the difference between the two
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:295.06kb
    • 提供者:李伟
  1. image recognition

    2下载:
  2. 分别采用有边缘和无边缘两类图像作为样本库,使用用Hu不变矩对图像进行特征提取,并使用K近邻分类法进行分类和识别。(Two types of images with edges and no edges are used as the sample library, the images are extracted using Hu invariant moments, and the images are classified and identified by K nearest neighb
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:2kb
    • 提供者:陆荏嘉
  1. 基于ASM和K近邻算法的人脸脸型分类_张倩

    0下载:
  2. 针对人脸特征分类问题,提出一种基于主动形状模型(ASM)和 K 近邻算法的人脸脸型分类方法。将 Hausdorff 距离作为 K 近邻算法的距离函数,利用 ASM 算法提取待测图像的特征点,对点集进行归一化后计算人脸轮廓特征点与样本库中所有样本点集的 Hausdorff距离,根据该距离值,通过 K 近邻算法实现待测图像的脸型分类。实验结果证明,该方法分类正确率高、速度快、易于实现。(Aiming at the problem of face feature classification, thi
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-03
    • 文件大小:1.28mb
    • 提供者:夜湮
« 12 3 »
搜珍网 www.dssz.com