登录
首页 » C# » com

com

于 2010-02-21 发布 文件大小:35KB
0 174
下载积分: 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 个回复

  • SRAD-denoising
    能够实现对SAR图像和其他类型的包含大量噪声的图像进行平滑去噪,在去除噪声的同时还能保持并增强边缘,适用于目标提取。(SAR images can be achieved and other types of containing large amount of noise in the image smoothing denoising, remove the noise while maintaining and enhancing the edge, suitable for object extraction.)
    2013-07-23 10:34:15下载
    积分:1
  • DieDai
    基于小波变换的利用阈值法迭代法的图像分割技术(Wavelet Segmentation of the iteration method)
    2012-04-28 20:43:48下载
    积分:1
  • CFA
    基于CFA(颜色滤波阵列)插值检测的图像篡改检测程序(Image tamper detection based on CFA (color filter array) interpolation detecting.)
    2020-11-23 10:39:35下载
    积分:1
  • yichuansuanfa
    说明:   针对雾天下拍摄图像的退化现象,远景部分是一块灰度分布比较集中且接近天空亮度的区域,而近景部分可以分辨,其灰度分布比较分散。提出了一种基于遗传算法阈值分割的雾天图像增强方法;该方法首先用遗传算法求出近远景的分割阈值将图像分割[1]出来,然后对两个部分分别进行清晰化处理。(make the picture clear)
    2011-02-21 10:57:18下载
    积分:1
  • PythonCode
    用python编写的基于CV2的图像融合程序,实现偏振信息到IHS的转换、融合。(Using python to write the CV2-based image fusion program to achieve the polarization information to IHS conversion, integration.)
    2020-11-13 19:49:43下载
    积分: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
  • program
    一种应用于图像处理领域的简单变换方法,简化哈尔小波变换的新算法 (A kind of image processing applied to a simple transform, Haar wavelet transform of a new simplified algorithm)
    2010-05-26 18:01:38下载
    积分:1
  • CircularHough_Grd
    houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。(houph transform, through the gradient function to be the image gradient matrix, circle detection by detecting the location of the eyes.)
    2008-07-29 19:24:53下载
    积分:1
  • 人脸特征点检测,轻量级的MTCNN实现
    轻量级的MTCNN实现,无需caffe和tensorflow基本库支持,内部实现卷积运算,速度比普通mtcnn要快一倍。
    2020-06-01下载
    积分:1
  • NSST_PAPCNN_Fusion
    通过多尺度分解,实现医学图像的图像融合,达到更好的效果(Through multi-scale decomposition, medical image fusion can be achieved to achieve better results.)
    2021-04-08 11:59:00下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载