搜索资源列表
geom_tr_3D
- Affine geometric transform combined with Nearest neighbour or trilinear interpolation
SFTW351-Assignment1-D-A6-2776-4
- * Zooming and Shrinking Images -(a) Write a computer program capable of zooming and shrinking an image by nearest neighbour and bilinear interpolation. The input to your program is the desired size of the resulting image in the horizontal a
MINND
- Multiple-Instance Nearest Neighbour with Distribution learner.
srknn
- 自己用matlab编写实现的一个k近邻算法,并有训练和测试数据,能运行。附有注释,简单清晰。-a k-nearest neighbour algorithm developped using matlab.
vincentfpgarcia-kNN-CUDA-70dc929
- KNN algorithm source code which allows you to find the k nearest neighbour.
imagesprocessing
- there is some code in matlab that will provide help in the field if digital image processing.it includes the code of extracting region of interst, median filter, nearest neighbour point sampling technique, negative of an image etc. and it is done by
kjinlin
- K最近邻(k-Nearest Neighbour,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K neighbor algorithm
KNN_demon
- 最近邻法语k近邻法的例子,基于matlab平台,有助于初学者学习。(The recent example of the nearest neighbour approach to French K, based on the MATLAB platform, helps beginners to learn.)