您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. CXimage lib for image proceesing

  2. a powerful lib for image processin, process multiple types of images,both gray level and color lever and so on.
  3. 所属分类:专业指导

    • 发布日期:2009-05-04
    • 文件大小:727040
    • 提供者:hiyyaaww
  1. 2D Object Detection and Recognition Models, Algorithms, and Networks

  2. Two important subproblems of computer vision are the detection and recognition of 2D objects in gray-level images. This book discusses the construction and training of models, computational approaches to efficient implementation, and parallel implem
  3. 所属分类:Web开发

    • 发布日期:2009-11-25
    • 文件大小:7340032
    • 提供者:ziyuang
  1. VC MFC 编写的图像处理程序 各种功能都有,很全

  2. 实现数字图像中的灰度变换,几何变换,图像分割,图像增强,图像复原,图像配准,Digital image gray level transformation, geometric transformation, image segmentation, image enhancement, image restoration, image registration
  3. 所属分类:C++

    • 发布日期:2010-10-04
    • 文件大小:4194304
    • 提供者:yerou2010
  1. 图像处理 直方图均衡化matlab

  2. Histogram equalization is a method in image processing of contrast adjustment using the image's histogram. Assume that the original image gray level r normalized in between 0 and 1, 0 ≦r ≦1. pr(r) is the probability density function of the original
  3. 所属分类:其它

    • 发布日期:2010-10-18
    • 文件大小:332800
    • 提供者:colinmengyu
  1. Optimal multi-level thresholding using a two-stage Otsu optimization approach

  2. Otsu’s method of image segmentation selects an optimum threshold by maximizing the between-class variance in a gray image. However, this method becomes very time-consuming when extended to a multi-level threshold problem due to the fact that a large
  3. 所属分类:其它

    • 发布日期:2011-03-17
    • 文件大小:2097152
    • 提供者:zhangjunhit
  1. Gray-Level Grouping (GLG)的算法实现

  2. 从IEEE上下载的关于图像增强的一种方法,自己动手做了算法实现,MFC制作,使用dibimage图像类,适合初学者看看。
  3. 所属分类:C++

    • 发布日期:2011-11-13
    • 文件大小:1048576
    • 提供者:w11096244w
  1. 2D Object Detection, Recognition - Models, Algorithms.pdf

  2. This book is about detecting and recognizing 2D objects in gray-level images. Howare models constructed? Howare they trained? What are the computational approaches to efficient implementation on a computer? And finally, how can some of these computa
  3. 所属分类:专业指导

    • 发布日期:2011-11-15
    • 文件大小:4194304
    • 提供者:fanbird2008
  1. 基于Matlab 直方图Histogram的人脸识别程序

  2. Algorithm Descr iption Recognizing objects from large image databases, histogram based methods have proved simplicity and usefulness in last decade. Initially, this idea was based on color histograms that were launched by swain [1]. This algorithm p
  3. 所属分类:其它

    • 发布日期:2011-12-23
    • 文件大小:4194304
    • 提供者:fishday36
  1. Active Appearance Models

  2. a new method of matching statistical models of appearance to images. A set of model parameters control modes of shape and gray-level variation learned from a training set.
  3. 所属分类:其它

    • 发布日期:2012-04-14
    • 文件大小:742400
    • 提供者:lianghaiyan1107
  1. 基于模糊滤波器的图像增强

  2. Brightness Preserving Dynamic Fuzzy Histogram Equalization(BPDFHE) proposes a novel modification of the brightness preserving dynamic histogram equalization technique to improve its brightness preserving and contrast enhancement abilities while redu
  3. 所属分类:其它

    • 发布日期:2012-05-09
    • 文件大小:4096
    • 提供者:zhao_si_min
  1. A Robust Fuzzy Local Information C-Means Clustering Algorithm

  2. This paper presents a variation of fuzzy c-means (FCM) algorithm that provides image clustering. The proposed algorithm incorporates the local spatial information and gray level information in a novel fuzzy way. The new algorithm is called fuzzy loc
  3. 所属分类:专业指导

    • 发布日期:2012-10-15
    • 文件大小:1048576
    • 提供者:yeyexiaolehehe
  1. Fast Visibility Restoration from a Single Color or Gray Level Image

  2. 去雾 灰度图 Fast Visibility Restoration from a Single Color or Gray Level Image
  3. 所属分类:电信

    • 发布日期:2013-03-01
    • 文件大小:249856
    • 提供者:hupohupo2010815
  1. OpenCV 2 Computer Vision Application Programming Cookbook

  2. However, in the case of classes, you should be careful and not return image class attributes. Here is an example of an error-prone implementation: class Test { // image attribute cv::Mat ima; public: // constructor creating a gray-level image Test()
  3. 所属分类:C++

    • 发布日期:2013-08-04
    • 文件大小:6291456
    • 提供者:u011594880
  1. 图像增强GLG算法(gray level grouping)

  2. 用去图像增强的一种常用方法,本资源基于论文Gray-level grouping (GLG) an automatic method for optimized image contrast Enhancement-part I the basic method实现,c++编程实现,需要opencv环境
  3. 所属分类:C++

    • 发布日期:2013-12-18
    • 文件大小:7168
    • 提供者:u013206952
  1. A threshold selection method from gray-level histogram

  2. OTSU自适应阈值分割法的原理原始论文 有点年头了,但是清晰度没问题
  3. 所属分类:其它

    • 发布日期:2015-11-04
    • 文件大小:3145728
    • 提供者:u012283400
  1. 数字图像处理 冈萨雷斯 英文版

  2. 主要介绍图像的复原技术 以下是其中的一小部分代码 function g = intrans(f, varargin) %INTRANS Performs intensity (gray-level) transformations. % G = INTRANS(F, 'neg') computes the negative of input image F. % % G = INTRANS(F, 'log', C, CLASS) computes C*log(1 + F) and % mult
  3. 所属分类:C

    • 发布日期:2009-04-14
    • 文件大小:4194304
    • 提供者:fightcity
  1. Artificial.Intelligence.and.Soft.Computing.17th.International.Conference.Part.I

  2. 各种新算法研究,没有足够的数学和英语基础就别下载了。 Artificial Intelligence and Soft Computing: 17th International Conference, ICAISC 2018, Zakopane, Poland, June 3-7, 2018, Proceedings, Part I (Lecture Notes in Computer Science) The two-volume set LNAI 10841 and LNAI 10842
  3. 所属分类:机器学习

    • 发布日期:2018-05-30
    • 文件大小:68157440
    • 提供者:mengweilil
  1. Dynamic Capacitance Compensation

  2. Reducing Gray-Level Response to One Frame:Dynamic Capacitance Compensation。A novel driving scheme, named Dynamic apacitance Compensation (DCC), for active-matrix (AM) LCDs was developed. It takes the charge-&-hold nature of AM-LCDs into consideratio
  3. 所属分类:图像处理

    • 发布日期:2018-08-02
    • 文件大小:259072
    • 提供者:weixin_42782236
  1. 基于Matlab直方图Histogram的人脸识别程序-Processed histogram based Face Recognition.part1.rar

  2. 基于Matlab直方图Histogram的人脸识别程序-Processed histogram based Face Recognition.part1.rar 基于Matlab 直方图Histogram的人脸识别程序 因为数据库图片太大,所以分成几个压缩文件。 Face recognition 原理介绍: matlab12.jpg Recognizing objects from large image databases, histogram based methods have prov
  3. 所属分类:其它

    • 发布日期:2019-08-13
    • 文件大小:1030144
    • 提供者:weixin_39840924
  1. An Unsupervised Method for Flotation Froth Image Segmentation Evaluation Based on Image Gray-Level Distribution

  2. An Unsupervised Method for Flotation Froth Image Segmentation Evaluation Based on Image Gray-Level Distribution
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:201728
    • 提供者:weixin_38694006
« 12 3 4 5 »