登录
首页 » C# » com

com

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

  • Particle-filter-algorithm
    课题是用粒子滤波进行目标跟踪,对经典粒子滤波与其它粒子滤波进行了详细的讲解.(For target tracking particle filter algorithm)
    2016-04-18 15:46:37下载
    积分:1
  • DSP-digital-Recognition
    天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
    2013-12-10 10:51:11下载
    积分:1
  • code-Feature-Selection-using-Matlab
    主要完成图像特征出提取,包括5个特征选择算法:SFS,SBS,SFBS(Description The DEMO includes 5 feature selection algorithms: Sequential Forward Selection (SFS) Sequential Floating Forward Selection (SFFS) Sequential Backward Selection (SBS) Sequential Floating Backward Selection (SFBS) ReliefF)
    2021-01-24 02:18:38下载
    积分:1
  • YALL1-v1.3
    求解L1范数最小化问题的凸优化工具包,共含有6个模型的求解方法(Solving the L1-norm minimization problem of convex optimization toolkit contains a total of six methods of solving the model)
    2011-11-08 10:29:26下载
    积分:1
  • fm-meilin
    数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理(Digital image data display matrix and its Fourier transform P0302: Two-dimensional discrete cosine transform image compression P0303: gray-scale transformation of the methods used to enhance image contrast P0304: Histogram of homogenization P0305: analog image by Gaussian white noise and Salt and Pepper Noise impact P0306: A two-dimensional median filtering function medfilt2 of interference by salt and pepper noise image filtering P0307: using MATLAB in filter2 function affected by noise interference images mean filter P0308: Image Adaptive Weiner filtering P0309: the use of five kinds of different gradient enhanced image sharpening method P0310: Image of high-pass filtering and mask treatment)
    2008-05-31 20:24:27下载
    积分:1
  • PF
    说明:  序贯重要性采样——标准粒子滤波算法。可直接使用。(Sequential importance sampling- standard particle filter. Can be used directly.)
    2013-10-26 21:02:56下载
    积分:1
  • main
    图像亮度和对比度调节,已验证,分别有亮度调节和对比度调节的调整框(Image brightness and contrast adjustment, has been verified, respectively, brightness adjustment and contrast ad)
    2017-03-26 20:25:06下载
    积分:1
  • headCountCode
    采用了Harrtraining和离子滤波算法实现了拥挤人群人头计数,非常有用。VC++和Opencv开发,采用Oepncv中的Harrtraining训练一个分类器即可运行(Human detection and tracking in high density crowds is an unsolved problem. Standard preprocessing techniques such as background modeling fail when most of the scene is in motion. We integrate human detection and tracking into a single framework, and in- troduce a con rmation-by-classi cation method to estimate con dence in a tracked trajectory, track humans through occlusions, and eliminate false positive detections.)
    2021-03-05 17:39:31下载
    积分:1
  • 边缘检测以及霍夫变换
    说明:  简单的Canny边缘检测程序,另外包含霍夫变换检测道路直线。(Simple Canny edge detection procedures, including Hough transform detection of road lines.)
    2020-12-30 14:03:01下载
    积分:1
  • signal_system
    在信号与系统中,用希尔伯特变换对最小相位信号的实部和虚部进行相互变换,同时包含连续时间傅里叶变换(CTFT),反连续时间傅里叶变换(ICTFT),离散时间傅里叶变换(DTFT),反离散时间傅里叶变换(IDTFT)的程序(In signal and system, transform the real and imaginary part of the signal with minimum phase using Hilbert Transform. CTFT,ICTFT,DTFT and IDTFT are also included.)
    2021-03-22 09:49:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载