搜索资源列表
liantongyufenxi0120
- 连通域分析,通过对图片二值化处理后,进行连通域分析,是进行更高一级的基础.
liantongyufenxiWITHCPP
- 图像连通域标记c语言程序,在VC++环境下可执行,连通域分析是在图像处理中常用的分析方法,希望本代码可以帮助到需要的人。-Image connected component labeling c language program
ImageN
- 原理是冈萨雷斯《数字图像处理(第二版)》的二值图像处理:基本全局阈值法,双阈值法。以及邻域处理中单点宽边界检测,连通检测等算法。-Principle is that Gonzalez " Digital Image Processing (Second Edition)" Binary Image Processing: Basic global threshold method, dual-threshold method. And the neighborhood to
20090610
- 对车流量检测并且还能对遮挡问题进行处理,利用连通域扫描和模块匹配来完成-vehicle flow detection
lty
- 连通域方法 用于图像处理方面 可查看散落大米的数目等!-Connected domain methods for image processing to see the number of scattered rice and so on!
mubiaojiance
- 用MATLAB程序对视频中的运动目标进行检测 取得了不错的效果 首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。-Using matlab to detect the moving target in viedo, and get good effect
VCBIAOJI
- 使用VC++程序对图像连通域进行标记,顺序是:图像预处理、边缘检测、阈值分割、区域标记、形状判断分析-Use VC++ program to mark the image connected domain, the order is: image preprocessing, edge detection, thresholding, region labeling, shape analysis to determine
link_domain
- C语言编写的图像连通域标记函数,对于图像的形态学预处理非常有用。-Image connected component labeling functions written in C language, the morphological preprocessing of the image is very useful.
find-connection
- VC6.0中对于bmp图像做去噪处理,寻找连通域方法-find connection
connectionSplit
- 图像处理,对图像文件的文字和图形进行分割,采用连通域与投影相结合的方法,效果比较好。-It accomplishes the work of splitting characters and graph, using the connection algorithm.
hunhegfaosi
- 该程序采用了混合高斯算法,对视屏进行处理能够检测出运动目标,同时采用了连通域阈值法除去多余的轮廓,使用时要安装opencv-The program uses a Gaussian mixture algorithm for processing to detect moving targets on the Screen, at the same time using the connectivity Domain threshold method to remove the outline t
chepaishibie
- 基于图像的车牌自动识别技术:读取待处理的图像,将其转化为二值图像,去除图像中面积过小的、可以肯定不是车牌的区域,查找连通域边界,找出所有连通域中最可能是车牌的那一个-Based on the image of the license plate automatic identification technology: Read the image to be processed, will be transformed into a binary image, to remove the ima
fanse
- 对于彩色图像的R、G、B各彩色分量取反的技术就是图像的反色处理,这在处理二值化图像的连通区域选取的时候非常重要。如物体连通域用黑色表示,而二值化后的物体连通域图像可那是白色的,而背景是黑色的,这时应手动选取图像的反色处理或有程序根据背景和物体连通域两种颜色的数量所占比例而自动选择是否选择选取图像的反色处理。-For color image of R, G, B each color component invert technology is the color of the image pro
08799577digui
- 图像处理的算法,可以用递归的方法标记连通域-image processing
tuxiangchuli
- 数字图像处理中计算连通域、连通域提取以及区域填充的程序,供大家参考!-Digital image processing computing connected domain, connected domain extraction and area filling procedures, for your reference!
obtain-area
- matlab图像处理求取叶片面积,包含去噪,二值化,连通域标记,去除小面积- MATLAB image processing to obtain blade area, including denoising, two value, connected domain labeling, removal of small area
代码
- 图像分割,图像增强,断点连接均有效,小波变换中通过改变高层和底层小波系数的权重达到增强目标的作用。(Image segmentation, image enhancement, and breakpoint connection .By the wavelet transform, the target is enhanced by changing the weights of the high-level wavelet coefficients and the underlying wav
Edge detection
- 目标检测首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。(object detectWe use statistical methods to obtain the background model, and real-time of the background model is updated to adapt to illumina
FloodFill-Algorithm
- 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi
图像连通域检测
- 可用于图像连通域的检测与识别,能实现原图与处理后的图像同时显示。