搜索资源列表
FBM
- Fractal Brown Model 分形布朗模型计算图像的纹理分形值。运行命令:fractal(收敛范围)-Brown Fractal Brown model image texture fractal value. Running order : fractal (Scherer)
分形图象制作器
- --- --- -分形图像制作---- --- --- - fractal images produced
Ilib-1.1.8-min
- IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库 支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。 支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道 支持矩形ROI,通道ROI,遮罩 支持分块图像,错误处理,用户定义函数 支持图像数学,几何,滤波,图象统计,色彩空间变换操作。-IPL is the database to accommodate its Intel MMX, SS
fenxingtuxiangzhizuoqi
- 分形图像制作器源代码 生成参数外部可调的分形树图象 -fractal images produced source code generator for external adjustable parameters fractal tree image
SooChow_2D
- 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
TV1
- 采用T.Chan的总体变分(TV)方法实现图像修复,由于算法本身的局限性,无法解决视觉连通性的问题。-using T. Chan of the overall variation (TV) method of image restoration, Due to the limitations of their own algorithm to solve visual connectivity problems.
fractural
- 分形——生成一片漂亮的树叶,通过一个矩阵迭代并不断刷新生成的图像-fractal -- generating a beautiful leaves, through an iterative matrix and constantly refresh the image
fenxingxue
- /*可以通过改变imPmin、imPmax以及rePmin与rePmax的值来对图像的局部细节进行放大,从而可以观察到更加精美复杂的图像,领悟分形图像的神韵。 float reP,rePmin=-1.5,rePmax=0.75 float imP,imPmin=-1.5,imPmax=1.5 */
delaunay
- 利用Delaunay三角剖分算法来进行的三维建模技术在建筑,地质地形勘测,医学图像建模,动画设计等各方面都有广泛的应用。本软件实现逐点插入算法,并且在综合参考以往逐点插入算法的基础上,提出自己的想法,在某些具体细节上进行改进。
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
PLBP
- VC实现PLBP(分块LBP)算法,包括原始LBP算法,图像分块,中值滤波,统计直方图等具体功能-VC achieve PLBP (block LBP) algorithm, including the original LBP algorithm, the image block, median filtering, histogram and other specific functions
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
Matlab3
- 图像的旋转 原理: 将旋转的角度分在四象限-Image rotation principle: the angle of rotation in the four-quadrant
extract_and_segment_the_defective_region_using_fra
- 使用分形维数来提取缺陷中的感兴趣区域,本科毕业设计程序-Used to extract the fractal dimension of defects in the region of interest, graduate design program
zijifenxingyasuo
- 使用分形的PIFS法编写的图像压缩程序,分割方法是固定分割法,比较基础,适合初学者理解。-PIFS method using fractal image compression program written, segmentation method segmentation method is fixed, more basic, suitable for beginners to understand.
FracLab-2.04-beta-windows32
- 计算图像分形维数的计算代码,从网上下下来的,但是用着不太熟悉,我是个菜鸟-Calculated image fractal dimension calculation code down from the Internet, but with not too familiar with, I was a rookie
Matlab-program-gray-edge-detection
- 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
good
- 图像分块程序,自己写的,大家支持一下啊,希望能够帮助大家对图像处理的学习。-Image block program, write your own, we support what ah, I hope to help everyone learn image processing.
division
- 把图像分块,进行图像分块,可以根据自己的要求,分成不同大小的多种数量。-The image block image block, according to their own requirements, into a number of different size variety.
MSBCS
- 在MTLAB环境运行main_msbcsspl.m。该程序的功能是实现图像的稀疏分解并重建图像,采用压缩感知理论,利用小波分析,在小波域分块观测,可以用很少的观测值就能重建原图像。程序包中已经整合了小波包和测试图像,没有多余文件,程序经过亲测并修改,能在MATLAB中直接运行得到很好的结果,速度非常快!(Run main_msbcsspl.m in the MTLAB environment. The function of the program is to decompose and rec