搜索资源列表
Curve_Interplation.rar
- 多种曲线差值方法, 如拉格朗日多项式差值, 贝塞尔曲线差值, 三次样条差值,A variety of curve difference methods, such as Lagrange polynomials margin, the margin Bezier curves, cubic spline difference
otsu
- 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法-Otsu Method: Otsu is Otsu scholars from Japan in 1979 to argue that there is an adaptive threshold to determine the method, also known Otsu method
tuxiangqiege
- 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
shipin
- 利用改进的ostu即最大类间方差方法进行视频图像二值化-Ostu that the use of improved Otsu method of video image binarization
chazhi
- 插值法实现灰度图像的缩放及旋转的程序,开发环境为Visual C++6.0,实现了多种差值方法。可用于进行算法的分析和比较-Gray-scale image interpolation implementation of the scaling and rotation procedures, development environment for Visual C++6.0, a variety of difference methods of implementation. Algorith
3
- 采用最新方差的方法求阀值,对图象进行分割,非常发使用-Using the latest methods for variance threshold for image segmentation, the use of a very fat
imagesegmenttheroyandapplication
- 1.图像分割方法研究综述;2.基于边缘检测算子的双阈值二值化方法;3.结合形状统计信息的水平集图像分割 4.基于方向局部方差的快速主动纹理分割 5.基于目标轮廓的运动跟踪 6.左心室核磁共振图像的分割-1. Methods of image segmentation 2. Based on Edge Detection Operator of dual-threshold binarization methods 3. Combined with the shape of the level
threshold
- 几种二值化阈值的选取方法,包括经典的最大类间方差法,统计法-methods of threshold
erweizhifenjueduicha1
- 基于二维直方图的直分图像阈值分割方法,基于绝对差-Straight points on two-dimensional histogram image segmentation method, based on absolute difference
gaijinwavelet
- 小波变换在图像融合中的应用已有不少,但大多是热图像和可视图像的融合,在医学图像融合方面的研 究还比较少。针对这一现状,提出了基于形态学小波的医学多分辨率融合方法和小波域基于差值图像分割的加权融 合方法。该方法保留了小波的视觉效果,同时在很大程度上减少了运算的复杂度,优化了加权系数的计算方法,得到 了较好的融合效果。实验结果表明了该算法的优越性。-There are many app lications ofwavelet transform to image fusion. But
MyTerrain1
- 本程序采用随机网格生成法和多阶曲线差值方法,实现了对三维地形的模拟,地形绘制采取了纹理贴图的方法-This program uses random grid generation method and the method of multi-degree curve of the difference, the realization of three-dimensional terrain modeling, terrain rendering texture mapping method a
Satellite-Image-Fusion
- 卫星影像融合程序,内置比值融合、差值融合、HIS融合、PCI融合等融合方法,同时还包含影像融合评价功能-Satellite image fusion procedure, built-in ratio of fusion, the difference between integration, HIS integration, PCI fusion fusion, image fusion also includes the evaluation function
thresholdHSI
- 采用小波变换的方法实现心电信号的滤波,分别使用了硬阈值、软阈值和改进阈值方法,并实现了滤波效果的评价(均方差和信噪比)-Wavelet transform of ECG signal filtering method, respectively, using a hard threshold and soft threshold and improve the threshold method, and to achieve the filtering effect of the evaluat
shuangxianxingchazhi
- 此代码应用双线性差值方法,进行单幅图像的超分辨率重建,里面有双线性插值的详细介绍和说明,并且有双线性插值代码的参考代码。-This code is applied bilinear interpolation method, a single image super-resolution reconstruction, which has a detailed descr iption of the bilinear interpolation and instructions, and the
Geomtransform
- 分别使用最近邻方法和双线性差值方法实现图像的平移、旋转、缩放-Develop a geometric transform program that will rotate, translate, and scale an image by specified amounts, using the nearest neighbor and bilinear interpolation methods, respectively
tps
- 最完整的TPS薄板样条变形。针对一副图像,使用鼠标选取一定数量的变形前后对应的点以后,即可实现图像变形,使用最近邻差值方法弥补变形后没有映射到的区域。-The most complete TPS thin-plate spline deformation, for one image, before and after using the mouse to a certain number of points corresponding to the distortion, image dis
Otsu方法
- opencv做的otsu方法,一、Otsu算法原理 Otsu算法(大津法或最大类间方差法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别来划分。 所以可以在二值化的时候采用otsu算法来自动选取阈值进行二值化。otsu算法被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响。因此,使类间方差最大的分割意味着错分概率最小。 设t为设定的阈值。(otsu made
自适应阈值
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。因此,使类间方差最大的分割意味着错分概率最小。(The largest between-class variance method was proposed by the Japanese
基于最大类间方差阈值与遗传算法的道路分割
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。(The largest between-class variance method was proposed by the Japanese scholar Nobuyuki Otsu
差值法
- 遥感图像变化检测差值法 本程序实现两个尺寸相同的图像进行相减的操作 分别使用遍历像素的方法和addWeighted的方法