登录
首页 » C# » com

com

于 2010-02-21 发布 文件大小:35KB
0 191
下载积分: 1 下载次数: 157

代码说明:

  图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.(Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization, threshold treatment, blur, sharpen, corrosion, expansion, mask filter, frequency domain conversion, edge detection, gradient detection, binarization and so forth. The way to achieve more, and have to undergo a certain degree of optimization, efficiency, good.)

文件列表:

com
...\yli
...\...\arithmetic
...\...\..........\CommonMethod.cs
...\...\..........\image
...\...\..........\.....\binary
...\...\..........\.....\erodeanddilate
...\...\..........\.....\..............\EdgePickup.cs
...\...\..........\.....\..............\ErodeAndDilate.cs
...\...\..........\.....\..............\HitMissTransformation.cs
...\...\..........\.....\..............\MorphologicGrads.cs
...\...\..........\.....\..............\OpenCloseTransformation.cs
...\...\..........\.....\..............\StructElement.cs
...\...\..........\.....\..............\TopHat.cs
...\...\..........\.....\frequencdomain
...\...\..........\.....\..............\Complex.cs
...\...\..........\.....\..............\FFT.cs
...\...\..........\.....\..............\FrencyCommon.cs
...\...\..........\.....\gray
...\...\..........\.....\....\ArithmeticOperation.cs
...\...\..........\.....\....\Binaryzation.cs
...\...\..........\.....\....\BitInsice.cs
...\...\..........\.....\....\GrayHistogram.cs
...\...\..........\.....\....\GrayScaleConverter.cs
...\...\..........\.....\....\HistogramEqualization.cs
...\...\..........\.....\....\LocalEnhancement.cs
...\...\..........\.....\....\LogicOperation.cs
...\...\..........\.....\....\LogLawTransformation.cs
...\...\..........\.....\....\PowerLawTransformation.cs
...\...\..........\.....\....\RegionGrowth.cs
...\...\..........\.....\....\ReliefAndCarving.cs
...\...\..........\.....\....\TableTransferer.cs
...\...\..........\.....\....\ThresholdCalculate.cs
...\...\..........\.....\....\Transposition.cs
...\...\..........\.....\interpolation
...\...\..........\.....\.............\LinearInterpolation.cs
...\...\..........\.....\.............\MyTwoPassLinearInterpolation.cs
...\...\..........\.....\.............\NearestInterpolation.cs
...\...\..........\.....\Library.cs
...\...\..........\.....\masking
...\...\..........\.....\.......\CommonMaskingFilter.cs
...\...\..........\.....\.......\GradsCalculator.cs
...\...\..........\.....\.......\GradsEdgeConnect.cs
...\...\..........\.....\.......\GradsMaskFilter.cs
...\...\..........\.....\.......\Mask.cs
...\...\..........\.....\palette
...\...\..........\.....\.......\DefaultGrayPalette.cs
...\...\HiPerfTimer.cs
...\...\test
...\...\....\efficiency
...\...\....\..........\ArrayVSPointer.cs
...\...\....\..........\ConverterComparison.cs
...\...\....\..........\FloatVsInt.cs
...\...\....\..........\OperationRelatedComparison.cs
...\...\....\..........\ProcessDifferenceIntVsFloat.cs

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

发表评论

0 个回复

  • phasecong
    phase congruency相位一致性计算,可以用于提取图像的特征,如边缘、角点等。(calculation of phase congruency phase coherence, can be used to extract image features, such as edge, corner points.)
    2008-03-05 22:04:58下载
    积分:1
  • LBP.cpp
    LBP算子的实现源代码,可以根据LBP算子来对2张图片的相似度进行比较,值越小,图像越相似。(LBP operator realization of the source code, you can compare LBP operator to the similarity of the two pictures, the smaller the value, the more similar the image.)
    2021-01-19 17:18:41下载
    积分:1
  • ab
    说明:  将图像进行各个角度的旋转,以及对两幅或多幅图像进行叠加(Each rotation angle of the image, and the two or more images are superimposed)
    2014-06-20 13:34:13下载
    积分:1
  • histeqgray
    说明:  直方图均衡化,直方图均衡化vc++源代码(histogramequalization)
    2009-09-03 23:52:55下载
    积分:1
  • kongyulvbo
    采用五种算子对图像进行空域滤波处理,实现去模糊效果。(Using five kinds of operators on the image spatial filter processing, and to the blurring effect.)
    2010-01-10 23:07:02下载
    积分:1
  • Autocorrelation
    用微分自相关法实现运动模糊图像模糊参数估计的功能,是目前较少公布的微分自相关法实现模糊参数估计。(Autocorrelation method with a differential image to achieve motion blur blur parameter estimation function, the differential is less published method fuzzy autocorrelation parameter estimation.)
    2011-12-28 10:46:55下载
    积分:1
  • mean-shift
    经典的跟踪算法,可以对人脸进行实时的跟踪。(Classical tracking algorithm can be real-time face tracking.)
    2008-06-13 11:05:59下载
    积分:1
  • chaos_logistic
    在产生混沌伪随机序列的混沌映射中,Logistic映射(Logistic Map)是一种简单而经典的映射。其中u称为分形参数,随着u逐渐增大,出现倍周期分岔现象。可用于密文域图像加密。(Logistic Map is a simple and classical mapping for generating chaotic pseudo-random sequences. U is called fractal parameter, and with the increase of u, period doubling bifurcation occurs. It can be used for image encryption in ciphertext domain.)
    2019-03-03 17:07:52下载
    积分:1
  • image3
    在数字图像处理中.应用MATLAB对图像进行区域处理(In digital image processing. Application of MATLAB to deal with images of regional)
    2008-04-10 13:27:33下载
    积分:1
  • wavelet
    基于小波变换的图像融合,已形成界面。可通过界面进行相关图像处理操作。(Based on wavelet transform image fusion, has become the interface. Interface can be related to image processing operations.)
    2009-04-18 16:31:18下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载