搜索资源列表
面积量算
- 面积量算工具,用于高斯投影下的多边形面积量算,其中包括两种数学计算方法。-the area-measurement tool is used to measure a polygon s area in gauss projection.it includes two kinds of mathematical algorithm
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
曲线拟合c++代码
- 曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
边缘密度、信噪比、重复模式的计算
- 该类集成了图像的边缘密度,以及重复计算分析等前期处理方法,为图像后续处理做了很好的铺垫-such integration on the verge of image density and the calculated analysis of pre-processing methods, for image-processing done a very good bedding
和平号的坠落过程演示
- 呵呵,以前自己做的“计算方法”程序-Oh, before doing the "approach" procedure
DistCal
- 包含一种新的相对距离、欧式聚立等的距离计算方法,计算每个训练样本到所有测试样本的距离。-includes a new relative distance, Continental and others Poly distance calculation method calculated for each sample to test all samples distance.
enhance1
- 加权中值滤波,用于图像增强,只用于超声图像,对超声图像去噪有很好的效果。内还包括信噪比计算方法。-weighted median filter for image enhancement, only for ultrasound images of ultrasound image denoising with very good results. Which is also a signal-to-noise ratio calculation.
聚类分析计算方法
- VISUAL BASIC 聚类分析计算方法-VISUAL BASIC cluster analysis method
koch
- 对于三角形的镂垫分形,按照函数计算方法得到
graphicDisplay
- 图形模式下读写屏幕象点. 运用数值计算方法进行计算的完整函数,可以方便的调用.编程语言C-C
20066132230481
- 曲线拟合c++,在学数值分析(计算方法)的同学可以参考一下
分形图像分析与分形维数计算程序的设计
- 分形图像分析及分形维数计算程序的设计,主要介绍了分形维数的常用计算方法-Analysis of Fractal Image and Design of Fractal Dimension Calculation Program
矩形相关性的计算方法
- 矩形相关性的计算方法
OTSU 算法可以说是自适应计算单阈值
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
number计算颗粒个数.rar
- 计算图像中颗粒的个数,程序比较简单,用到了形态学的方法。,image calculated the number of particles, the procedure is relatively simple, use the morphological method.
3D_PSTD.rar
- 使用PSTD计算方法实现的3维时间反转镜像技术算法,可用于声学及电磁学成像,A Time Reversal Mirror Algrithm devopled by the 3 dimensial PSTD numerical method, it can be used in acousic and electromagnitic imaging field
MarkovModelsforDirectionalFieldand
- 指纹图像的处理经常要用到空域方向图,方向图计算 的精确性对于后继处理步骤有很大影响。前人提出的指 纹方向图的算法有很多,笔者的目的在于比较前人提出的 几种空域方向图的计算方法,-good
ChaosToolbox_lzb3.0
- 连续系统LE的计算方法主要有定义方法、QR分解方法、奇异值分解方法,或者通过求解系统的微分方程,得到微分方程解的时间序列,然后利用时间序列(即离散系统)的LE求解方法来计算得到(The partial differential equations modeling the system's stream function and temperature are subjected to a spectral approximation: the hydrodynamic fields are e
Otsu方法
- opencv做的otsu方法,一、Otsu算法原理 Otsu算法(大津法或最大类间方差法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别来划分。 所以可以在二值化的时候采用otsu算法来自动选取阈值进行二值化。otsu算法被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响。因此,使类间方差最大的分割意味着错分概率最小。 设t为设定的阈值。(otsu made
模式识别与智能计算
- 一本介绍模式识别与智能计算的好书,重点讲解了图像处理的原理和实现方法(A good book which introduces pattern recognition and intelligent computing, focuses on the principle and implementation of image processing.)