搜索资源列表
模拟图像边缘检测的C代码[原创]
- 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pse
c第二章 matlab语言基础h2
- 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
最优化作业C++源代码
- 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside p
200432590139.rar
- 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
c.tar
- 总变分(TV) 图像复原模型的C语言源码. 使用C语言与Matlab 混合编程. 主要计算由C语言完成. 图像的读, 输出由Matlab实现. 包含梯度下降流法, Chambolle对偶法, 交替半二次型算法 固定点线性迭代算法等.-Total Variation (TV) image restoration model of C language source code. Using the C language and Matlab mixed programming. Mainly c
Preconditioned_Conjugate_Gradient_Method
- 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
cjbforms
- C#填充渐变色作为整个窗体的背景,很漂亮的红色渐变窗体,当然,颜色完全可由你来决定-C# gradient fill the background of the form as a whole, very beautiful red gradient form, of course, color is completely determined by you
unconstrained_optimization
- VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
image_enhancement
- (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
particleLevelSet3D
- Level Set方法是20世纪90年代很流行的界面追踪技术,国外已有个别实例将此方法应用于不可压缩流体的计算.但其对界面具有抹圆的作用,造成梯度很大的界面失真.Particle Level Set方法可以弥补这一缺陷.在基于欧拉方法求解区域中安插了一定数量的示踪粒子,可以纠正失真效果,能够更丰富的体现流体表面的细节。-Level Set Methods 20 century 90' s are very popular interface tracking technology, for
ImageProcess
- 下代码实现了几个简单的图像处理,主要包括:平滑(Smooth)、开操作(Open)、闭操作(Close)、膨胀(dilate)、腐蚀(Erode)、图像梯度(Gradient)、顶帽(TopHat)、黑帽(BlackHat)等。-Under the code implementation of some simple image processing, mainly including: smoothing (Smooth), open operation (Open), closed oper
RGBChange
- C#实现色彩渐变屏幕保护,色彩从红色开始进行变幻-C# Gradient color screen, color changes from red to begin
gradient(2)
- 用c语言写的共轭梯度法程序,程序较为简单,不过运算速度快,准确率高-C language by the conjugate gradient method procedures, the procedures are more straightforward, but computing speed, high accuracy
PRP
- 最优化方法作业 PRP共轭梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Optimization method operating PRP conjugate gradient method are examples of algorithm analysis step in the experimental results and C++ source code
Statistics
- 图像参数统计小程序,可用于统计图像的均值,标准差,图像的信息熵,平均梯度。简单易用。-Image parameter statistics applets can be used for statistical picture of the mean, standard deviation, the image of the information entropy, average gradient. Easy to use.
3aaaa
- Visual Basic 渐变色彩展示.-Visual Basic Gradient color display
bianyuanjiance
- bmp格式文件和六种常用图像增强算法作出了研究,文中详细论述了数字图像增强技术中涉及到的图像平滑、中值滤波、梯度锐化、拉普拉斯锐化、灰度拉伸和灰度均衡各基本算法及其在Visual C++ 6.0下的具体实现,列出了各图像增强基本算法所涉及的关键源代码,同时,在每种图像算法中都分别给出了一幅标准的数字图像在各种处理前与处理后的对照图像。 -bmp format, and six kinds of commonly used image enhancement algorithm to the
gradient-conjugue
- La méthode de gradient conjugué en C.
conjugate-gradient
- 共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of different design variables can change
共轭梯度法C++
- 运筹学中的问题求解,使用共轭梯度法来求最优解(Solving problems in operations research, using conjugate gradient method to find the optimal solution)