搜索资源列表
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
cell_algorithm
- 源码包含了常见的图像形态学算法,如图像基本逻辑运算,阈值分割,边缘处理,孔洞填充等-source contains common morphological image algorithms, such as images basic logic operations, thresholding segmentation, edge, openings fill in the blanks
imagegrey
- imagegrey图像灰度化的三种常见算法
krigingcode.rar
- kriging算法。KrigING插值算法在地学中还是很常见,kriging algorithm. Kriging interpolation algorithm in the geosciences is still very common
cximage_full
- 处理各种常见的图像格式,并含有一些常见的图象处理算法-To deal with various common image format, and contains some common image processing algorithms
Dip_05
- 具有模版匹配和边缘检测,几种常见的滤波算法和锐化算法-With template matching and edge detection, several common filtering algorithms and sharpening algorithms
mjhdelaunaydemo
- 常见的差值算法,简单剖分算法,以便让初学者很快入门-Common difference algorithm, a simple subdivision algorithm to allow beginners started quickly
rjlbsf
- 本文介绍了几种常见的软件滤波算法,并有实现方式-This article describes several common software filtering algorithm, and a way to achieve
Numerical-Analysis
- 数值分析&计算方法常见算法C语言源代码-Numerical Analysis & Calculation common algorithm C language source code
mixture_of_gaussians
- 计算机视觉中最重要的研究之一就是运动目标检测,其不但在模式识别方面具有相关的研究,而且在图像理解领域也有非凡的意义。运动目标检测是通过通过图像序列帧图像来提取运动目标,通过运用相关的算法一幅图片被划分为前景点和背景点。运动目标检测算法是后续的运动目标分类、运动目标跟踪和分析提供了基础。本论文讲述了几种常用的视频运动目标检测算法,并就背景差分法进行了重点研究,通过两种方法来对比差分法的特点。其中背景差分法算法的主要流程为:视频获取、视频转化为图片序列、图片灰度化处理、去除噪声、差分图片、对图片进行