搜索资源列表
Assignment4
- Dilation 和Erosion的c++实现,pattern recognition中,nearest neighbor 方法。还有一些习题与解答-Dilation and Erosion algorithm. Nearest neighbor algorithm in pattern recognition.
Rotation
- 这是对图片进行旋转的程序,只需设置图片的位置和旋转的角度便可以进行旋转,采用的是最近邻插值算法。-This is a program to rotate the picture, simply set the location of the picture and the angle of rotation can be rotated using the nearest neighbor interpolation algorithm.
nearset
- 最邻近插值的matlab实现代码,可以对图像进行插值,插值的方法为最邻近插值法-The nearest neighbor interpolation matlab code, image interpolation, interpolation methods nearest neighbor interpolation
benzlxs
- 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
change
- 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
floaterK1
- 这是用MTTLAB编程,采用K近邻法对提取的水面漂浮物特征进行分类-This is programming MTTLAB, K-nearest neighbor method floats feature to classify the extracted water
matlab-_scaler
- 分别用最邻近插值算法和双线性插值算法在matlab上实现图像的缩放.word文档。附有算法原理以及实现效果。-Image scaling using the nearest neighbor interpolation algorithm and bilinear interpolation algorithms were implemented on matlab
HW_2
- Rotating Images by Nearest-neighbor and bilinear interpolation, Histogram Equalization, and Laplacian Enhance