搜索资源列表
FBM
- Fractal Brown Model 分形布朗模型计算图像的纹理分形值。运行命令:fractal(收敛范围)-Brown Fractal Brown model image texture fractal value. Running order : fractal (Scherer)
VQ_Final
- MFC实现的位图矢量量化程序。使用LGB算法训练码本,多次训练直到收敛到一定程度。可以输出量化结果和量化信噪比。-MFC bitmap vector quantization process. Hungarian Gripen training algorithm for the use of the code, many training until convergence to a certain extent. Output can be quantified and quantitati
apprix_kalman
- kalman中计算指数收敛的矩阵级数近似求矩阵逆的算法步骤-Tracking index calculated convergence of Matrix series approximation for the inverse matrix algorithm steps
fairsubd_code
- 这个是细分的快速算法,可以提高细分的收敛速度,给研究几何建模的朋友提供了另外的算法参考
Image_Contour_Detecting_Base_on_GVF_Snake
- 主动轮廓模型( snake) 是计算机视觉领域的重要研究方向, 受到越来越多的研究者的青睐。由于传统snake 具有不能收敛到凹 形区域和收敛速度较慢等缺点, 通过改进外部能量, 引入了梯度矢量流主动轮廓模型(GVF Snake)。实验表明, 该方法能更快、更好的收敛 于图像轮廓。
edge
- 本代码是关于医学图像的边缘检测,可实现快速的的收敛到感兴趣边缘,matlab编程。
GVFVCCODE
- GVF Snake算法的VC源码。GVF是活动轮廓算法Snake的一种改进,能够解决Snake不能够收敛到凹行区域的缺陷
diedaizuijiayuzhifenge
- 迭代最佳阈值分割——初始阈值选取为图像的平均灰度T0,然后用T0将图像的象素点分作两部分,计算两部分各自的平均灰度,小于T0的部分为TA,大于T0的部分为TB 计算,将T1 作为新的全局阈值代替T0,重复以上过程,如此迭代,直至TK 收敛,即TK+1 =TK
ch-re
- 基于MATLAB的英文字母识别!不过在收敛上存在一点小问题!-based on MATLAB alphabetical identification! But there convergence little problem!
基于Mean Shift的阈值分割
- 阈值分割算法是一种将灰度图像转化为二值图像的简单有效的方法,但是由于需处理图像的复杂性,常常使得阈值分割算法中阈值的选取问题无法很好解决。针对这个问题,在进行阈值化处理之前,我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。 简单来说,基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素
FreControlRand.rar
- 是用蒙特卡洛算法 求解的正弦拟合曲线, 收敛于0.000000001; 还用到了伪随机数。 愿我们共同提高,一起进步!,Monte Carlo algorithm is the sine curve, converges to 0.000000001 also used the pseudo-random number. We would like to improve, with progress!
ICP
- ICP算法,主要用于三维点云数据的配准,最近点迭代算法,可以收敛到局部最小-registration of point cloud data,the iterated close point algorithm
Zwxjsgs
- 此文章说明在高斯投影下子午线收敛角计算方法-This article shows the Gaussian projection method under the meridian convergence
GaussProject
- 高斯投影正算源代码 实现经纬度BL到大地坐标XY的正算过程,并计算子午线收敛角-Gauss projection is considered the source code to achieve BL latitude and longitude to XY coordinates of the earth is the counting procedure, and calculate the radial convergence angle
roadsegmentation
- 遗传算法在道路图像阈值分割中的应用,算法中对遗传算法的遗传算子进行了一系列的改进,收敛性较好。-Genetic Algorithm in the path of the image threshold segmentation application, the algorithm of genetic algorithm genetic operator carried out a series of improvements, a better convergence.
GMRES-analysis
- 一般情况下,GMRES算法收敛速度较慢,为了提高GMRES算法的加速收敛速度,使用预处理技术以加快算法收敛,本文分析了GMRES算法的加速收敛现象并实现之-to introduce convergence analysis and realization of GMRES arithmetic
GACspy
- 利用GAC水平集迎风方案实现图像分割,分割效果较好,收敛速度快-GAC sets the level of use of the wind program to achieve image segmentation, segmentation better, faster convergence
TSnake
- Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
loc_im_MSfilter
- 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理。-Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixe
im_MSfilter
- 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理 -Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixe
