CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - histogram horizontal

搜索资源列表

  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. FaceDetect-Example

    0下载:
  2. 定位人脸,定位人眼,获得脸部水平和垂直直方图。-Positioning the human face, positioning the human eye, to obtain the the facial horizontal and the vertical histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:7009465
    • 提供者:陈汉光
  1. Qplot

    0下载:
  2. 交互式的matlab plot绘图工具,绘制二维三维图形.-QPLOT interactive ploting program Qplot opens a standadr MATLAB figure with three options added to the menu bar: Qfile, Qoptions and Qgraph. Under Qfile you can read data files (text or Excel). Under Qoptions you can
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-25
    • 文件大小:152466
    • 提供者:frankcy
  1. matlab

    0下载:
  2. 基于MATLAB对图形图像进行多方面的处理,先图形直方图均衡处理,再通过积分投影,分别为水平投影,垂直投影,再则进行精确定位目标-MATLAB-based graphical images on a wide range of processing, the first graphical histogram equalization processing, and through the integral projection, horizontal projection, vertical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:115708
    • 提供者:xulai
  1. region_based_matching

    0下载:
  2. This program takes as input number of horizontal and vertical regions then runs region based histogram matching and returns the image buffer
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:601
    • 提供者:mSiam
  1. Direct

    0下载:
  2. 用于对图像进行水平和垂直的直方图投影,用于差影检测和模板匹配-Is used to image the horizontal and vertical histogram projection for the poor shadow detection and template matching
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:84225
    • 提供者:骆亮
  1. Image2proj

    0下载:
  2. generate image vertical/horizontal black pixel histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2208
    • 提供者:codehacker
  1. smagic

    1下载:
  2. 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6662676
    • 提供者:黄知
  1. JFreeChart

    0下载:
  2. JFreeChart 是一个开源项目,它的功能非常强大,可以实现饼图( 二维和三维 )、柱状图( 水平、垂直 )、 线图、点图、时序图等常用商用图表,图形可以导出成 PNG 和 JPEG 格式,同时还可以与 PDF 和 EXCEL 关联,支持对图形的放大、缩小,支持常见图形的 3D 显示。本文对JFreeChart的应用、类架构和设计模式进行了详细分析。-JFreeChart is an open source project, it is very powerful, can achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18499549
    • 提供者:庄德安
  1. matlab3-D

    0下载:
  2. Matlab绘制3-D图形的几个例子,很详细,也很全面的介绍了绘制3-D图形的函数,其中最后一个是画直方图的,横向和纵向都有例子。-Matlab 3-D graphics to draw a few examples of very detailed and very comprehensive introduction to drawing 3-D graphics functions, the last one is the histogram drawing, horizontal and
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2914
    • 提供者:贾晓媛
  1. histogram

    0下载:
  2. 灰度直方图是灰度级的函数,描述的是图像中具有该灰度级的像素的个数。它是多种空间域处理技术的基础。直方图操作能够有效用于图像增强;提供有用的图像统计资料,其在软件中易于计算,适用于商用硬件设备。直方图均衡化是通过对原图像进行某种变换,使原图像的灰度直方图修正为均匀分布的直方图的一种方法。图像灰度 直方图均衡化使得图像的灰度分布趋向均匀,图像所占有的像素灰度间距拉开,加大了图像反差,改善了视觉效果,达到增强目的。MATLAB是数字图像处理的常用工具,应用MATLAB的各种函数能够对数字图像进行各种处
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:239786
    • 提供者:colin
  1. histogram

    0下载:
  2. 画图像的直方图,先通过统计的方法,得到统计块数,可自行定义横纵坐标-Draw image histogram, first by statistical methods, the statistics the number of blocks, you can define horizontal and vertical coordinates
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:846
    • 提供者:yunjiaojiao
  1. procedure

    0下载:
  2. 在毕业设计文件的文件夹中,主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。 在chap1文件夹中,有关于图像格式转换,图像浏览器等的源程序。在chap2文件夹包括灰度直方图,二值化,对比度等的源程序。在chap3文件夹中,有关于几何变换的源程序。在chap4文件夹中,有关于通道,颜色调节,颜色混合
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-01
    • 文件大小:14647485
    • 提供者:谭学敏
  1. Untitled

    0下载:
  2. 圖像垂直和水平分析直方圖,但不會顯示出圖片-Image vertical and horizontal histogram, but does not show the picture!!!!!!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:760
    • 提供者:nick
  1. Tiaoxingmashibie

    0下载:
  2. 条形码识别,对图像进行二值化处理,计算水平和垂直方向上的直方图,定位条形码区域,最后对条形码进行识别。-The barcode recognition, the image binarization processing, calculating the histogram of the horizontal and vertical directions, positioning the barcode area, and finally the barcode identification.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:297572
    • 提供者:Shan Haijing
  1. 01

    0下载:
  2. 柱状图和曲线图叠加,如何两纵轴的刻度,横轴的刻度的校正,如何调色让图片更美观。内附测试数据。-Histogram graph superimposed, how two longitudinal axis of the scale, the scale of the horizontal axis correction, how palette to make the picture more beautiful. Enclosing the test data.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:2158
    • 提供者:刘博
  1. SVM-test

    0下载:
  2. 这是SVM+水平竖直直方图特征的车牌字符识别。包括汉字、字母、数字的识别。-This is SVM+ horizontal vertical histogram license plate character recognition. Including Chinese characters, letters, numerals.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:6618840
    • 提供者:韩宇琼
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  1. DrawGraphics

    0下载:
  2. C#绘制直方图 饼图 曲线图,单数据直方图取最前两列,第一列为横轴每列名称,第二列为值。多数据直方图第一列为横轴父项名称,然后依次取前一列为横轴每列名称,后一列为值。曲线图取第一列为横轴每列名称,往后每列都代表一条曲线,列名为曲线名称。对Table[0]进行操作,取最前两列,第一列为名字,第二列为值-C# draw a histogram pie graphs, histograms single data before taking the two, the first name of eac
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:18480
    • 提供者:ypudn59
  1. GRAY

    0下载:
  2. 可用于打开/保存位图,并实现对位图的二值化处理(三种)、灰度变换(五种)、投影法(水平和垂直)以及直方图显示-Can be used to open/save the bitmap, and to achieve binary bitmap processing (three kinds), gray-scale transformation (five kinds), projection (horizontal and vertical) and histogram display
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1920490
    • 提供者:比尔叔
« 12 »
搜珍网 www.dssz.com