搜索资源列表
二值化源程序
- 图象处理源代码,介绍了利用迭代法对BMP图像进行二值化的方法-image processing source code, introduced to the use of iterative method of BMP images value of the two methods
LogisticEq
- 混沌(Chaos),Logistic方程 X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数 f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算: x1=f(x0), x2=f(x1), x3=f(x2),..., 序列{ Xn }的整体\"状态\",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,\"乱七八糟\"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n
delaunay
- 基于OPENCV的,vc++ 图象处理程序. Delaunay三角形和Voronoi划分的迭代式构造.
GrayValue
- 二值法分割图像。。。利用灰度差分割图形。。。具体是迭代法得应用
Konh
- konh雪花源代码,绘制一个三角形分形雪花图案,可以修改迭代重数。
snow
- 分形雪花图案,具有填充效果,由三角形经过5次迭代而成。
图像分割迭代、峰谷、半阈值算法的vc代码
- 实现图像的分割迭代算法、峰谷算法、半阈值算法的vc代码-achieve iterative image segmentation algorithm, algorithm - trough, semi-threshold algorithm vc code
FormularEditorRecursion_SuperScript
- 基于递归的简单公式编辑器,可以输入仅含上标的迭代公式 公式的显示格式可以通过自定义常量编辑-Based on a simple recursive formula editor, you can enter on the subject of iteration formulas contain only the display format of the formula can be custom constants Editor
opencvbasedDelaunay
- 用opencv写的Delaunay三角形和Voronoi划分的迭代式构造-Opencv Writing with the Delaunay triangles and Voronoi division of iterative structure
VCimagetool
- VC++图像处理典型算法全套演示程序的源代码,将众多图像处理功能集合于一个演示程序中,包括很多的图像处理类,像运动模糊恢复类,包含三种方法的运动模糊恢复功能,维纳滤波、逆滤波和投影迭代法 -VC++ image processing algorithms typically complete demo program source code, a number of image processing functions will be set in a demonstration program
Mandel
- 参数控制的Mandel分形演示程序,可以放大缩小设置不同迭代深度,染色可以改变。-Parameter control of the Mandel Fractal demo, you can set different zoom iteration depth, staining can be changed.
DrawWithTemplate
- 利用类模板编写的画矩形、圆等图形的函数,包含容器、迭代器等的用法-The use of class template written rectangle, circle and other graphics functions, including containers, iterators, and other usage
FoxLi-Installer
- 本程序为激光谐振腔模拟程序,使用FoxiLi迭代法实现,基于MFC编写,在VC6.0编程环境下完成,程序简单易用,稳定性好。使用了Nikolai Teofilov编写的NTGraph控件与NTGraph3D控件.-The procedure for the laser cavity simulation program using FoxiLi iterative method to achieve in the VC6.0 programming environment written in
laser
- 激光谐振腔迭代程序,实现平平腔和平凹腔等的迭代-Fox-Li
AdaptiVe-Aggregation
- 出了一种恢复高质量稠密视差图的立体视觉合作算法.该算法采用基于形态学相似性的自适应加权方 法,迭代地进行局部邻域的自适应聚合和抑制放大,实现高效率和高质量稠密视差图计算.将该算法推广到三目摄像 机立体匹配系统中,通过重建摄像机坐标系实现图像校正,并根据连续性假设和唯一性假设,建立视差空间中的支持 关系和三目摄像机之间的抑制关系.实验结果表明,三目立体合作算法能够得到精确的场景视差映射,并可以实现多 基线方向的遮挡检测.该算法特别适用于由多个廉价摄像机组成的立体视觉系统,在几乎不增
yuzhifenge
- 利用迭代法实现图像阈值分割,简单好用,自带matlab图像直接运行-terative method to achieve image segmentation, easy to use, comes directly run matlab image
PSOPC
- 粒子群算法的智能优化,PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解-Particle swarm intelligence optimization, PSO algorithm is an evolutionary algorithm, and genetic algorithm similarity, it is also starting from a random solution, find the optimal solution by it
segmentation-superpixel
- 超像素分割方法,简单线性迭代聚类(SLIC)。-superpixel segmentation mathod algorithm
K-means-and-iterative
- 图像的K均值与迭代处理,k-均值聚类是一种动态聚类,又称“C-均值算法”。-Image k-means and iterative processing
Jacobi
- 数值分析分析中 用jacobi迭代求解线性方程-Analysis of numerical analysis using jacobi iteration for solving linear equations