搜索资源列表
Thepicturemutuallyreduce[matlab]
- 用于去除背景,得到原图与背景相减的图像并二值化
jm4
- 通信中的压缩、解压缩。利用相对编码的原理,进行前后相减。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Communication compression, decompression. The principle use of the relative encoding, carried out before and after the subtraction. (Programming background greenhouse temperature measurement
MultiObjectSearch
- 多个目标提取,原始帧和背景帧相减,提取目标-Multiple target detection, the original frame and background frame subtraction, extraction of target
IIR_background_extraction
- 该程序涉实现目标检测功能,IIR滤波器的背景估计法的背景相减目标检测 && canny-this is a goal detection program, a IIR filter
Target-motion-detection---matlab
- matlab运动目标的一种背景消减的方法-Moving targets to reduce a background of the method
bgseg
- 一个自己写的前景提取程序,采用背景减除法得到运动前景,背景通过统计平均得到。-a matlab code for foreground Extraction , using background subtraction method to get moving foreground ,and we get the background by statistical averaging.
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(