登录
首页 » Visual C++ » HistogramaOTSU

HistogramaOTSU

于 2011-04-17 发布 文件大小:3827KB
0 195
下载积分: 1 下载次数: 1

代码说明:

说明:  分块直方图均衡化处理图像 用户输入分块的x,y方向的分块个数,即可将图形分成各个小块进行直方图均衡化。 大津法处理图形,包括一维大津法和二维大津法的实现 (the realization of the Histogram equalization algorithm. the realization of otsu algorithm to process the images)

文件列表:

Histogram&OTSU
..............\Debug
..............\.....\DivNum.obj,10637,2011-04-06
..............\.....\Draw.obj,14898,2011-03-29
..............\.....\Draw.sbr,0,2011-03-29
..............\.....\DrawHistogram.obj,15432,2011-04-06
..............\.....\FaceDec.bsc,3712000,2011-03-29
..............\.....\FaceDec.exe,143444,2011-04-07
..............\.....\FaceDec.ilk,471108,2011-04-07
..............\.....\FaceDec.obj,23355,2011-03-29
..............\.....\FaceDec.pch,7067424,2011-03-29
..............\.....\FaceDec.pdb,558080,2011-04-07
..............\.....\FaceDec.res,9352,2011-04-06
..............\.....\FaceDec.sbr,0,2011-03-29
..............\.....\FaceDecDoc.obj,15172,2011-03-29
..............\.....\FaceDecDoc.sbr,0,2011-03-29
..............\.....\FaceDecView.obj,42908,2011-04-07
..............\.....\FaceDecView.sbr,0,2011-03-29
..............\.....\ImagePr.obj,30995,2011-04-07
..............\.....\ImagePr.sbr,0,2011-03-29
..............\.....\InputDivNum.obj,11322,2011-04-01
..............\.....\MainFrm.obj,21431,2011-03-29
..............\.....\MainFrm.sbr,0,2011-03-29
..............\.....\MyDialog3.obj,10634,2011-03-29
..............\.....\MyDialog3.sbr,0,2011-03-29
..............\.....\MYDIG.obj,10631,2011-03-29
..............\.....\MYDIG.sbr,0,2011-03-29
..............\.....\MYDLG1.obj,10659,2011-03-29
..............\.....\MYDLG1.sbr,0,2011-03-29
..............\.....\RCa00128,24488,2011-03-29
..............\.....\RCa02428,24488,2011-03-29
..............\.....\StdAfx.obj,106000,2011-03-29
..............\.....\StdAfx.sbr,1375082,2011-03-29
..............\.....\vc60.idb,402432,2011-04-08
..............\.....\vc60.pdb,380928,2011-04-07
..............\DivNum.cpp,942,2011-04-06
..............\DivNum.h,1182,2011-04-01
..............\Draw.cpp,1582,2011-04-06
..............\Draw.h,1341,2011-03-29
..............\Draw2.cpp,1133,2011-03-29
..............\Draw2.h,1363,2011-03-29
..............\DrawHistogram.cpp,2791,2011-04-06
..............\DrawHistogram.h,1282,2011-04-06
..............\FaceDec.aps,32968,2011-04-08
..............\FaceDec.clw,5198,2011-04-08
..............\FaceDec.cpp,4132,2003-03-20
..............\FaceDec.dsp,5471,2011-04-06
..............\FaceDec.dsw,539,2003-03-20
..............\FaceDec.h,1367,2003-03-20
..............\FaceDec.ncb,762880,2011-04-08
..............\FaceDec.opt,87040,2011-04-08
..............\FaceDec.plg,1589,2011-04-07
..............\FaceDec.rc,14695,2011-04-06
..............\FaceDecDoc.cpp,1762,2003-03-20
..............\FaceDecDoc.h,1486,2003-03-20
..............\FaceDecView.cpp,5378,2011-04-06
..............\FaceDecView.h,1999,2011-04-06
..............\ImagePr.cpp,13388,2011-04-07
..............\ImagePr.h,1788,2011-04-07
..............\InputDivNum.cpp,1035,2011-04-01
..............\InputDivNum.h,1196,2011-04-01
..............\MainFrm.cpp,2607,2011-03-29
..............\MainFrm.h,1493,2011-03-29
..............\MyDialog3.cpp,938,2003-09-18
..............\MyDialog3.h,1203,2003-09-18
..............\MYDIG.cpp,945,2003-03-30
..............\MYDIG.h,1168,2011-04-01
..............\MYDLG1.cpp,955,2003-04-02
..............\MYDLG1.h,1176,2003-04-02
..............\ReadMe.txt,4335,2003-03-20
..............\res

..............\...\FaceDec.rc2,399,2003-03-20


..............\resource.fd,2146,2011-03-29
..............\resource.h,2173,2011-04-06
..............\saveFile.txt,1953,2004-02-29
..............\StdAfx.cpp,209,2003-03-20
..............\StdAfx.h,1054,2011-03-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • visual-cPP-image-process
    数字图像处理诸多算法源代码,图像处理的同学可以下载下来看看,适合初学者。(c++ code of digital image process )
    2012-03-16 16:52:53下载
    积分:1
  • DiffStrip
    傅里叶时域频域变换图形处理S参数在时域的应用(Fourier time domain frequency domain transform graphics processing S-parameters in the application of the time-domain)
    2012-09-05 17:03:20下载
    积分:1
  • souhan_v32
    esprit算法对有干扰的信号频率进行估计,一种基于多文档得图像合并技术,搭建OFDM通信系统的框架。( esprit algorithm signal frequency interference can be assessed Based on multi-document image obtained combining technique, Build a framework OFDM communication system.)
    2017-04-28 19:14:03下载
    积分:1
  • Myimagesegemention
    VC图像处理中阈值变换,计算图像面积等适合初学者,有一定的指导意义(VC image processing threshold transform, calculating image size suitable for beginners, must have guiding significance)
    2009-03-27 15:39:06下载
    积分:1
  • TemplateTrans
    数字图像处理中图像的增强方便的源代码,包括图像灰度修正,图像的平滑,中值滤波,图像的锐化,伪彩色和假彩色的增强等(Digital image processing image enhancement convenient source code, including the gray correction, image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement, etc.)
    2013-12-02 10:50:31下载
    积分:1
  • AGAST-corner-detector
    多尺度快速角点检测算法(FAST).Adaptive and generic corner detection based on the accelerated segment test. 出处 Computer Vision–ECCV 2010(Multi-scale fast corner detection algorithm (FAST) Adaptive and generic corner detection based on the accelerated segment test. Computer Vision-ECCV 2010)
    2020-09-21 18:27:51下载
    积分:1
  • 2342525234
    DCT 数字水印 VC源代码 DCT 数字水印 VC源代码(DCT digital watermarking VC source code DCT digital watermarking VC source code)
    2007-04-08 20:59:38下载
    积分:1
  • Triangle_Renderer_Project
    老外写的程序,可对三角形进行渲染,有详细的算法介绍。非常棒(A good Triangle Renderer Project,with detailed introduction.)
    2011-04-22 09:18:28下载
    积分:1
  • retinex
    图像增强的算法,但是有一定的局限性……但是对于一般比较典型的问题效果还是不错的……(Image enhancement algorithms, but there are some limitations ... but for a typical effect is good ...)
    2012-06-27 12:30:47下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载