Welcome![Sign In][Sign Up]
Location:
Search - opencv median

Search list

[Special Effectsmedian

Description: 对彩色图像进行中值滤波,这是直接用opencv语言实现的,里面的图片是清晰的,可以用有椒盐噪声的代替
Platform: | Size: 686413 | Author: dianluyuanli | Hits:

[GDI-Bitmapopencv_gaussian filter median filter

Description: opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
Platform: | Size: 1430310 | Author: lulvyanfeng | Hits:

[2D Graphicedge_erode

Description: 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
Platform: | Size: 1024 | Author: 陈旭 | Hits:

[Special EffectsChromosome_counter

Description: 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。-Mathematical Morphology and related algorithms realize the C language source code examples of cxcore call OpenCV and highgui two libraries, the application of C language to realize pairs of chromosomes in the chromosome number of image statistics. The core algorithm code for an important mathematical morphology algorithms- open operation, closing operation (corrosion and expansion). Contains corrosion treatment, expansion of treatment, adaptive median filter, histogram method to determine differential binarization threshold, the seed fill algorithm, such as image processing algorithms realize the C language, it is also useful.
Platform: | Size: 133120 | Author: Michael_M | Hits:

[Special EffectsVLP_location_VC++

Description: 检测车牌VC++程序。用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。-License plate detection VC++ Procedures. Custom template gray-scale median filter basic region was assigned to 0. Taking into account the text is composed by a number of short vertical lines, while the background noise is to isolate a large noise, using a template (1,1,1,1,1) T of G for median filtering, can be removed most of interfere with the image C.
Platform: | Size: 924672 | Author: 张悦庭 | Hits:

[Special Effectsmedian

Description: 对彩色图像进行中值滤波,这是直接用opencv语言实现的,里面的图片是清晰的,可以用有椒盐噪声的代替-Color images of the median filter, which is the direct use of language of opencv, which picture is crystal clear and has salt and pepper noise can be used in lieu of
Platform: | Size: 2878464 | Author: dianluyuanli | Hits:

[Special EffectsMedianFilter

Description: 中值滤波是图像增强常用的方法,这是用VC++实现的数字图象中值滤波处理程序-Median filter is commonly used methods of image enhancement, it is VC++ Realized digital image median filtering process
Platform: | Size: 140288 | Author: yuchen | Hits:

[Special Effectspre-processing

Description: 对提取出的二值化图像进行预处理,包括形态滤波,中值滤波。 基于OpenCV函数库-Two of the extracted value of image pre-processing, including the form of filtering, median filtering. Based on the OpenCV library
Platform: | Size: 37888 | Author: wudp | Hits:

[Special Effectsmean

Description: 对二值图像(当前目录下a.jpg)进行中值滤波 基于OpenCV函数库-Value of the two images (the current directory a.jpg) for median filtering based on the OpenCV library
Platform: | Size: 2048 | Author: wudp | Hits:

[Special EffectsPreProcessor

Description: 基于OPencvr开发环境的图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。--Image Pre-processing algorithm based on OPENCV. Including median filtering, morphological filtering, binarization image processing and background correction.
Platform: | Size: 96256 | Author: panhan | Hits:

[Special EffectsFilter

Description: OPENCV下的中值滤波,均值滤波,高斯滤波程序-OPENCV the median filter, mean filter, Gaussian filter procedure
Platform: | Size: 308224 | Author: 何迪 | Hits:

[2D Graphicmedian

Description: Function realized median filter with irregular mask by using Visual Studio, and OpenCV library. User can define mask by special matrix with unrestricted size N x M, which includes 0 and 1 values. Only 1 values determine which element of neighborhood of point will be used to calculate median.-Function realized median filter with irregular mask by using Visual Studio, and OpenCV library. User can define mask by special matrix with unrestricted size N x M, which includes 0 and 1 values. Only 1 values determine which element of neighborhood of point will be used to calculate median.
Platform: | Size: 1024 | Author: lukeam | Hits:

[Graph programVCandOpenCVsources

Description: 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction (2 points, even black and white image noise filtering eliminate isolated black pixels) neighborhood average median filter adding noise and so on. Source 2: What threshold image segmentation and contour extraction. Source 3: Synthesis of the image. Source 4: Image 5 Transform Domain Source: sharpening and edge detection Source 6: The gray-scale transformation motiondetect1: OpenCV-based motion detection (the camera or the. Avi)
Platform: | Size: 7205888 | Author: stone | Hits:

[Graph programLicensePlate

Description: 通过灰度化、分段灰度拉伸、中值滤波、边缘检测和二值化等方式对车牌图像进行预处理,然后基于灰阶跳变定位车牌。-By gray, fractional gray stretch, median filtering, edge detection and binarization, etc. on the license plate image is preprocessed, and then jump on gray positioning plate.
Platform: | Size: 5528576 | Author: 沈静 | Hits:

[OpenCVopencv

Description: opencv使用中值滤波器简单处理图像-opencv median filter using a simple image processing。。。
Platform: | Size: 8562688 | Author: cd | Hits:

[Special EffectsDIP

Description: 图像的操作,及视频流的相关操作,基于opencv,运动目标检测,中值滤波,高斯背景模型,混合高斯模型-The operation of the image, and video streams related operations, based on the opencv, motion detection, median filtering, Gaussian background model, Gaussian mixture model
Platform: | Size: 5112832 | Author: chenyuefeng | Hits:

[Graph programimageProcessing

Description: openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
Platform: | Size: 1039360 | Author: bodysen | Hits:

[OpenCVMedianFilter-opencv

Description: 基于openCV的图像中值滤波去噪程序,使用VC6.0进行实现-Based on the openCV image median filter denoising procedures, using VC6.0 to achieve
Platform: | Size: 1416192 | Author: | Hits:

[OpenCVKNNzhongzhilvbo-opencv

Description: 基于openCV的KNN中值滤波去噪程序,使用VC6.0进行实现-Based on the openCV KNN median filter denoising procedures, using VC6.0 to achieve
Platform: | Size: 1079296 | Author: | Hits:

[OpenCVvideodenoise-med

Description: 用opencv实现中值滤波的视频去噪,效果还行,仅供大家参考!-Video denoising with opencv median filtering, the results were OK, only for your reference!
Platform: | Size: 10778624 | Author: 辉少 | Hits:
« 12 3 4 »

CodeBus www.codebus.net