搜索资源列表
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
color-snake
- 利用彩色蛇模型对彩色图像进行处理,即不将彩色图像分为R,G,B三个分量,而是将彩色图像视为单一簇的处理,反而会得到更好的边缘清晰度-The use of color snake model for color image processing, that is, not the color image into R, G, B three-component, but rather as a single cluster of color image processing, it will ge
Mag_Color_Snake
- 使用双线性内插或二次曲面内插放大图像,然后使用彩色自蛇模型去除边缘模糊和锯齿效应-Using bilinear interpolation or quadratic surface interpolation to enlarge the image, then use the color removed from the snake model and the sawtooth effect of edge blur
machine_version
- SIFT算法小结.doc Snake算法用于图像分割.doc 一种立体视觉系统的研发项目申报书.doc 颜色纹理识别.doc 运动目标的稳健匹配系统.doc -Summary SIFT algorithm. Doc Snake algorithm for image segmentation. Doc a stereo vision system returns R & D projects. Doc color texture recognition. Doc ro
Mag_interpolation_Snake
- 本程序使用双线性内插法进行彩色图像的扩散,使用自蛇模型-This program uses bilinear interpolation for the proliferation of color images, the use of self-snake model
Mag_Color_Snake
- 本程序使用线性插值实现图像放大,然后用彩色蛇形做后处理。-This program implement color image interpolation ( callbilinear_interpolat2()) or bi_quadric interpolation ( call mag_bic_new()), then use the color snake model to do the post_processing for remove the edge bl