登录
首页 » C# » com

com

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

  • horn天线的仿真模型及结果
    horn天线的仿真模型及结果 可以进行进一步的 实验设计 以及应用到其他场景的喇叭模型(Simulation model and results of horn antenna)
    2020-06-23 00:40:02下载
    积分:1
  • Watermarking
    Add watermark to image The program provide the interface to the user that the watermark can be easily added to the image
    2008-01-31 18:20:28下载
    积分:1
  • star
    C#处理数字图像集锦,有图像旋转、平移等变换,有图像编码,有图像解码,有数字图像处理那本书里的各种算法(C# processing the digital image gallery, image rotation, translation, transformation, and image coding, image decoding, digital image processing various algorithms in the book)
    2012-06-12 07:54:36下载
    积分:1
  • vb6
    图像处理缩放,大小随意改变,平滑处理,基于vb6.0设计(Zoom image processing, size change, smooth deal, based on the design VB6.0)
    2009-03-25 15:11:17下载
    积分:1
  • 边缘检测算法的一种实现
    自己写的一种查找图像边缘的方法,效果还不错(a way to find the edge of a picture by myself, and it can reach good result)
    2021-03-29 14:19:11下载
    积分:1
  • SIFT_matlab1
    sift算法具有旋转不变性 提取的特征点效果非常的好 用于图像配准中
    2012-03-22 13:13:56下载
    积分:1
  • shadow_removal
    采用matlab,代码经过修改,可以去除阴影,但还不能在实际应用中用,不过有一定的参考价值(Using matlab, the code has been modified to remove the shadow, but it can not be used in the actual application, but there is a certain reference value)
    2020-10-29 16:09:56下载
    积分:1
  • MRI-CT融合示例
    说明:  这是MRI-CT融合示例code,编程语言为matlab。内含图像,注释清晰,代码完整,下载解压后可以直接运行。(This is an example code of MRI-CT fusion, and the programming language is matlab. The image is included, the annotation is clear, and the code is complete. After downloading and decompressing, it can run directly.)
    2020-05-11 21:35:25下载
    积分:1
  • gaussianba
    使用特征差别提取,通过特征差别相减,以去除高斯背景(Using the characteristics of different extraction, the characteristics of different background subtraction, to remove Gauss)
    2014-01-07 17:31:17下载
    积分:1
  • Image Feature Extraction of Code
    该程序为一个小型的检索系统,通过提取颜色、边缘等特征进行图片检索。(The program is a small search system that retrieves images by extracting features such as colors and edges.)
    2018-05-23 19:23:13下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载