搜索资源列表
Wangmeng_8433028879
- ∷软件简介∷ 共14部分,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀 算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术, 对每种常用的数字图像处理方法,都提供了完整的源代码。 - 鈭?the software synopsis 鈭?altogether 14 parts, separately introduced the picture spot operation, the geometry transformatio
houghplotline
- % 该函数实现hough变换提取直线的功能 % 输入图像x,运行之后直接画出直线。
edged
- 基于断层图像轮廓的提取以及三维表面重绘制(三角面片)
gray_hist_graph
- 阐述了图像检索的提取纹理特征的方法之一:灰度直方图,数学定义以及相关的知识点
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
ImageFilteringImageequalizatio
- 图像滤波图像均衡化图像分割图像边缘提取 图像读取,可以保证基本操作,Image Filtering Image equalization image edge extraction image segmentation image read, can guarantee the basic operation
HoGnew
- 基于数字视频处理的图像中的行人检测代码里面十分重要的梯度直方图提取技术的代码.-Digital video processing based on images of the importance of pedestrian detection code inside the gradient histogram extraction code.
eo
- 边界方向直方图直方图的源码,对于提取图像的形状一定作用-Boundary direction histogram histogram of source code, extract the image for a certain role in the shape of the
drawing
- 一位学长做的毕业设计,是一个画图板。画直线、画任意线、画曲线、用颜色填充区域或对象。图像几何变换:平移、旋转、放缩。图像效果处理:边缘提取、消除噪声、素描效果、图像锐化、图像复原。-Graduating seniors to do a design, a drawing board. Draw a straight line, draw an arbitrary line, a curve, area or object with a color fill. Image geometric tr
kpca
- kPCA程序,输入相应的参数后,可以直接运行,能应用到图像的特征提取与去噪等方面-kPCA program input parameters can be run directly, can be applied to image feature extraction and denoising
matlab5
- 【matlab编程代做】matlab从航拍图像中提取红色物体 可以作为参考使用学习-[Do] matlab matlab programming on behalf of red objects extracted aerial images can be used as a reference study
267266676RHSART
- 车牌识别技术(Vehicle License Plate Recognition,VLPR) 是计算机视频图像识别技术在车辆牌照识别中的一种应用。车牌识别技术要求能够将运动中的汽车牌照从复杂背景中提取并识-License Plate Recognition Vehicle (VLPR) is a kind of application of computer video image recognition technology in vehicle license plate recogniti
438165
- 程序说明 总体功能: 本程序有2个功能 对载入的二值图像提取边缘-Application shows that the overall function: this procedure has two functions of loading binary image edge extraction
二值图像取轮廓
- 二值图像取提取轮廓的源码,vc6.0编译