搜索资源列表
yuanzhen
- 本文提出一种新的相干波束形成方法,利用内插变换对相干背景下的真实阵列进行虚拟平移,得到多个虚拟平移后的信号协方差矩阵;对其进行平均后,所得到的相干信号协方差矩阵具有满秩性。利用一般的波束形成法求出最优权向量。该方法解决了五阵元均匀圆阵下二维相干信号的波束形成问题。
OTSU(3)
- 大津法由大津于1979年提出,对图像Image,记t为前景与背景的分割阈值,前景点数占图像比例为w0, 平均灰度为u0;背景点数占图像比例为w1,平均灰度为u1
average
- 统计平均法求背景图像,其中Sequence2Name是自己编的一个将序列图像转化为文件名的程序方便处理序列图像
Cottonfieldsprayingagriculturerobotsguidancewayrec
- 为研究棉田农药喷洒机器人导航路径识别方法, 以 自然环境下采集的棉田图像为研究背景, 在L ab 色彩空间 进行处理, 把棉株从土壤背景中识别出来。通过最大方差阈 值分割法将图像转化为二值图像, 并经过中值滤波去除噪 声。二值图像垂直方向投影做直方图, 利用波谷位置确定左 右垄分界线。根据左右垄棉株位置平均得到导航离散点, 通 过Hough 变换得到导航路径, 进而得到导航控制参数。利用 坐标系转换关系将图像
yuanzhen
- 本文提出一种新的相干波束形成方法,利用内插变换对相干背景下的真实阵列进行虚拟平移,得到多个虚拟平移后的信号协方差矩阵;对其进行平均后,所得到的相干信号协方差矩阵具有满秩性。利用一般的波束形成法求出最优权向量。该方法解决了五阵元均匀圆阵下二维相干信号的波束形成问题。-This paper presents a new coherent beamforming methods, the use of interpolation transf
OTSU(3)
- 大津法由大津于1979年提出,对图像Image,记t为前景与背景的分割阈值,前景点数占图像比例为w0, 平均灰度为u0;背景点数占图像比例为w1,平均灰度为u1-Otsu method by Otsu in 1979 suggested that the image Image, remember t for the foreground and background segmentation threshold, the prospe
Cottonfieldsprayingagriculturerobotsguidancewayrec
- 为研究棉田农药喷洒机器人导航路径识别方法, 以 自然环境下采集的棉田图像为研究背景, 在L ab 色彩空间 进行处理, 把棉株从土壤背景中识别出来。通过最大方差阈 值分割法将图像转化为二值图像, 并经过中值滤波去除噪 声。二值图像垂直方向投影做直方图, 利用波谷位置确定左 右垄分界线。根据左右垄棉株位置平均得到导航离散点, 通 过Hough 变换得到导航路径, 进而得到导航控制参数。利用 坐标系转换关系将图像
PingJun
- 图像分割的一个例子,OpenCV+VC实现,基于平均背景法-An example of image segmentation, OpenCV+ VC implementation method based on the average background ~ ~
Average-model
- 用平均背景法去除背景,算法思想比混合高斯模型和codebook模型简单,适合提取背景变化较小的场景。用中值滤波去除掉产生的椒盐噪声-Average method to remove the background with the background, the algorithm thought codebook than the Gaussian mixture model and a simple model for extract
MyCode
- 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the c
coodbook
- learningopencv中coodbook方法实现背景减除,比平均背景法优良。-The background subtraction learningopencv the coodbook methods excellent than the average background.
find_connected_components
- 连通域法,将帧间差分或者平均背景法得到的图像进行去除噪声处理,使其得到光滑的图像-find connected components
四种基本的背景提取代码
- 平均法,统计直方图法,帧差发,中值法,matlab开发
BackGround
- visual studio环境基于opencv平均背景法实现背景检测-visual studio environment, background detection method based on the average background opencv
Average-background-method
- 平均背景法是一种学习背景场景和分割前景目标的简单方法。这种方法只能用于背景场景中不包含运动部分。而且,这种方法还要求光线保持不变,比如室内静止场景。-Average background method is a simple way to split the background and foreground objects scene study. This method can only be used for background
平均背景法-动静态背景视频前景目标提取
- 平均背景法, 动静态视频前景目标提取, 输出mask, opencv(Average background method, dynamic and static video foreground target extraction, output mask, opencv)
avergBg_subtraction
- 采用平均背景法读取视频每一帧,计算出背景后存为之后差分对,仿真matlab版本2014a其他的没有测试,但是视频读取务必选用黑白视频。(Using the average background method to read video each fr a me, calculate the background, save as after difference, simulation matlab version of 2014a,
codebook算法
- codebook的建模效果比平均背景法好很多,建模过程中可以适应运动。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。(Image processing, codebook algorithm)
test2
- 对视频序列中的运动目标进行检测与跟踪,动目标检测部分采用背景差分法,跟踪部分采用卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像。(The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference
卡尔曼滤波
- 1、运动目标进行检测与跟踪,背景差分法,卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像; 3、代码部分附详细解释(1. The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference metho