CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像预处理

搜索资源列表

  1. work

    0下载:
  2. 本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。-This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on th
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:489507
    • 提供者:金振涛
  1. untitled

    0下载:
  2. 边缘检测是图象分析识别前必不可少的环节,是一种重要的图像预处理技术。-Edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:287527
    • 提供者:liuxiaoc056
  1. mfile

    0下载:
  2. 简单写的一些图像预处理(灰度增强、小波高通滤波、LBP、迭代阈值分割、种子生长法etc)和RGB 、纹理(相关矩阵)特征提取-Write some simple image pre-processing (grayscale enhancement, wavelet high-pass filter, LBP, iterative threshold segmentation, seed growth method etc) and RGB, texture (correlation matri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:10643
    • 提供者:赵洋
  1. zhiwentuxiangyuchuliyutezhengtiqu

    0下载:
  2. 指纹图像预处理与特征提取是指纹识别的前提。提出一套基于方向滤波与模糊数学方法的指纹图像 预处理算法, 并给出了指纹特征提取及其后处理算法。指纹图像预处理首先求出指纹的方向场, 然后根据方向 场进行滤波, 最后用模糊数学方法得到二值化图像。指纹特征提取则先从细化指纹图中得到特征点, 并依据伪 特征点的脊线与角度特征剔除伪特征点。-Fingerprint image preprocessing and feature extraction fingerprint identificati
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:355614
    • 提供者:陆玮
  1. FPGA-and-DSP-based-on-the-Bayer-format-image-pre-p

    0下载:
  2. 在图像实时处理的过程中,下层图像预处理的数据量大,运算简单,但是要求运算速率高,可以用FPGA硬件来处理,上层所处理的数据量少,算法结构复杂,适于运算速度快,寻址灵活的DSP数字信号处理器进行处理。该系统充分发挥了FPGA和DSP各自的优势,能更好地提高图像处理的实时性,降低成本。 -Real-time processing in the image process, the lower the amount of data preprocessing, simple operation,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:97095
    • 提供者:汪江
  1. MyDIP

    0下载:
  2. 图像预处理代码,涉及滤波,包括测试图片,程序完整可以直接编译-Image processing code,including some smooth
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2924271
    • 提供者:刘旭里
  1. BMPPlatform

    0下载:
  2. BMP自己打的格式图像处理平台,已经包含一些基本的图像预处理功能-BMP format to play their own image processing platform, already contains some basic image pre-processing functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:136857
    • 提供者:冯伟
  1. zhifangtu

    0下载:
  2. 在VC++编程环境下,对图像预处理求出直方图,分辨背景图像及目标图像。-In VC++ programming environment, calculated on the histogram of image preprocessing, the background image and the target image resolution.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:875015
    • 提供者:魏星
  1. image-histogram-processing

    0下载:
  2. 在VC环境下使用实例,对图像进行直方图处理,是图像预处理的常见步骤-Use cases in the VC environment, the image histogram processing, a common step in image preprocessing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:116919
    • 提供者:qszchew
  1. Average-Filtering

    0下载:
  2. 均值滤波,能去除图像在采集与传输中产生的噪声,视图更为清晰,也是图像预处理的常见步骤-Filtering, to remove the image in the acquisition and transmission noise, the view is more clear, is a common image pre-processing steps
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:127243
    • 提供者:qszchew
  1. H

    0下载:
  2. 本例是一个图像平滑与去噪的程序,对大家的图像预处理知识会有帮助-This example is an image smoothing and denoising procedures, we will help the image pre-knowledge
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:312794
    • 提供者:当当
  1. FaceDetect

    0下载:
  2. 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。 -The software is mainly used in image processing technology: l
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:499644
    • 提供者:卢孝勋
  1. work

    0下载:
  2. 在Matlab环境下的图像处理的初级程序代码,包括图像识别前期所做的预处理、直方图分析找出阈值、图像切割、定位等-In the Matlab environment, the primary image-processing program code, including pre-made pre-image recognition, histogram analysis to identify the threshold value, image cutting, positioning, e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1052
    • 提供者:何威
  1. sf

    0下载:
  2. 图像缩放的matlab源码,适合各种图像预处理!-Matlab source code image scaling for all kinds of image preprocessing!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:871874
    • 提供者:rexlc
  1. adjcontrast

    1下载:
  2. 图像预处理中的图像去噪声,滤波器的程序,能把带噪声的图像还原,敬请关注- ADJCONTRAST- Adjusts image contrast using sigmoid function. function g = adjcontrast(im, gain, cutoff) Arguments: im - image to be processed. gain - controls the a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:735
    • 提供者:kakarot
  1. haodongxi

    0下载:
  2. 人眼虹膜识别的图像预处理,包括边缘检测,虹膜定位等,可以实现瞳孔的精定位-Recognition of human iris image preprocessing, including edge detection, such as iris, pupil of the fine positioning can be achieved
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:241686
    • 提供者:赵鑫
  1. Median-filterMorphological-filter

    0下载:
  2. 中值滤波,形态学处理,对图像进行预处理,用的是中值滤波,形态学处理-Median filtering, morphological processing
  3. 所属分类:matlab

    • 发布日期:2016-05-25
    • 文件大小:1024
    • 提供者:郭敬
  1. palm-recognition

    2下载:
  2. 掌纹识别代码,对图像预处理和特征提取及匹配-Palmprint identification code, the image preprocessing and feature extraction and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:215397
    • 提供者:刘晶
  1. norm

    0下载:
  2. 指纹灰度方差均值的归一化处理~一小段程序~图像预处理-Fingerprint gray variance of normalized mean a short program ~ ~ Image Processing
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:758
    • 提供者:汪玉琦
  1. recognition-matlab

    0下载:
  2. 基于matlab的车牌识别图像预处理,图像灰度图像腐蚀-Based on license plate recognition matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4749
    • 提供者:任建平
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com