资源列表
snake算法的边缘检测
- 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
vortex (2)
- 生成涡旋光给SLM使用,是基于matlab编写的,效果还不错(generate vortex phase for slm)
Bilinear
- 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
NearestNeighbor
- 采用最近邻法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the nearest neighbor method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
CubicConvolution
- 采用三次卷积法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the Cubic Convolution method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
DFT_DCT
- 对图像进行8*8DCT变换后保留前六条对角线上系数并进行反变换。 不使用MATLAB自带工具包进行DFT变换。(8*8 DCT transform of a image)
plot画图实例
- 在matlab中,使用plot画图实例,能熟练掌握使用plot进行画图(In MATLAB, use the plot drawing example)
50543410canny_edge
- 实现图像的边缘提取,有很好的效果,可以帮助大家学习(Realize the image edge extraction, has a very good effect, can help everyone to learn)
代码
- 基于matlab对图像进行染噪处理,然后进行降噪处理,有效的提高了图像的清晰度(Based on MATLAB for image noise processing, and then noise reduction processing, effectively improve the image clarity)
GrabCut
- java使用GrabCut的示例,没有搭配opencv环境的伪代码(An example of Java using GrabCut)
双线性插值算法
- 双线性插值c++实现,环境为vs2013(]bilinear interpolation)
image
- IDL图像处理程序DEMO,新手入门级程序(IDL image processing program DEMO, novice entry-level program)