-
对视频图像序列使用卡尔曼滤波器生成背景。卡尔曼滤波是利用其的记忆特性,对一定时间长度的视频图像信息进行加权平均从而获得与实际背景图像近似的初始背景,同时达到滤除...
对视频图像序列使用卡尔曼滤波器生成背景。卡尔曼滤波是利用其的记忆特性,对一定时间长度的视频图像信息进行加权平均从而获得与实际背景图像近似的初始背景,同时达到滤除颗粒噪声、消除摄像机抖动的目的。
- 2022-04-25 11:22:08下载
- 积分:1
-
区域生长法获取图像的边界必须有很多方法…
区域生长法获取图像边界 必须有种子 可以有很多方法 这里直接鼠标点击-Region growing method to obtain the image the border must have a lot of methods of seed can have a direct mouse click here
- 2022-01-21 05:24:23下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1
-
巴特沃斯低
包含巴特沃斯低通滤波器去噪,图像平滑 阶数M=3 截断频率D0=40,指数低通滤波器 阶数N=3 截断频率d0=40,理想低通滤波器 梯形低通滤波器 截断半径35-50-Butterworth low-pass filter with de-noising, image smoothing order of M = 3 truncation frequency D0 = 40, index of low-pass filter order of N = 3 truncation frequency d0 = 40, the ideal low-pass filter low-pass filter ladder truncation radius of 35-50
- 2023-03-21 18:25:04下载
- 积分:1
-
opencv的中文教程,很好用的,可以快速入门学习
opencv的中文教程,很好用的,可以快速入门学习-Chinese opencv tutorial, very good use, you can learn Quick Start
- 2023-07-26 11:05:06下载
- 积分:1
-
C下gabor滤波算法 提取图象纹理特征的经典方法 under C filtering algorithm extract image texture feat...
C下gabor滤波算法 提取图象纹理特征的经典方法 under C filtering algorithm extract image texture features one of the classic methods -C under the gabor filtering algorithm extracted image texture features classic method under C filtering algorithm extract image texture features one of the classic methods
- 2022-12-01 11:55:03下载
- 积分:1
-
二阶巴特沃斯(Butterworth)高通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里....
二阶巴特沃斯(Butterworth)高通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里.-second-order Butterworth (Butterworth) high-pass filtering, Final results showed. Photo will be directly extracted and procedures on the same document folder.
- 2022-03-11 01:25:12下载
- 积分:1
-
分水岭算法代码,以及说明。用标记
分水岭算法代码,以及说明。用标记-分水岭算法对图像进行分割-Watershed segmentation algorithm
- 2023-03-28 19:25:03下载
- 积分:1
-
在matlab7.0环境下用hough变换算法实现的检测直线的例子
在matlab7.0环境下用hough变换算法实现的检测直线的例子-Matlab7.0 environment in the hough transform algorithm used to achieve the detection of straight-line example
- 2022-05-08 21:04:04下载
- 积分:1
-
图像融合的C++源代码。程序简单
图像融合C++源代码.程序简单易懂,是数字图像处理典型算法及实现书中的源程序-Image Fusion C++ Source code. Program easy-to-read, is a typical digital image processing algorithm and the realization of the source book
- 2022-07-16 10:26:24下载
- 积分:1