登录
首页 » Special Effects » 基于混合高斯的背景建模与阴影抑制算法研究,背景建模,目标检测...

基于混合高斯的背景建模与阴影抑制算法研究,背景建模,目标检测...

于 2022-07-24 发布 文件大小:3.67 MB
0 129
下载积分: 2 下载次数: 2

代码说明:

基于混合高斯的背景建模与阴影抑制算法研究,背景建模,目标检测-Based on Gaussian mixture background modeling and shadow suppression algorithm, background modeling, target detection

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方...
    这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。-This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is better than SIFT, Harris, Susan, such as better detection algorithm. The compressed package from the official website to download the Matlab source code, and in 2004 came across the literature, the algorithm to do a detailed explanation.
    2022-06-18 12:06:15下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-02-12 05:12:39下载
    积分:1
  • 用于图像处理的Huffman方法的源代码
    用于图像处理的Huffman方法的源代码-用于??像
    2022-05-24 11:51:41下载
    积分:1
  • 图像的形态学变换(腐蚀运算、膨胀运算、细化等)
    图像的形态学变换(腐蚀运算、膨胀运算、细化等)-Morphological image transform (corrosion computing, expanding operations, refining, etc.)
    2022-02-21 16:50:23下载
    积分:1
  • 小波阈值去噪。对图像加噪,并进行小波1到4层分解去噪,给出信噪比走势图...
    小波阈值去噪。对图像加噪,并进行小波1到4层分解去噪,给出信噪比走势图-Wavelet threshold denoising. Image noise, and 1-4 layers of wavelet decomposition of de-noising, signal to noise ratio is given chart
    2022-02-05 13:25:39下载
    积分:1
  • 这是一个关于小波变换的MATLAB源程序,源代码
    这是一个关于小波变换的MATLAB源程序,源代码-This is a wavelet transform on the MATLAB source code, source code
    2022-05-17 13:37:44下载
    积分:1
  • 图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!...
    图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!-Image processing for image enhancement, brightness change, it can enhance image clarity!
    2023-03-24 06:10:03下载
    积分:1
  • err
    利用DK+Handel-C工具实现SIFT算法的前期预处理功能(高斯DOG图像序列生成)的源代码。 DK+Handel-C工具能直接把基于C语言的设计转变为优化的HDL(可以实现:C到VHDL、C到Verilog、C到EDIF等的自动生成),进而通过FPGA实现。从而保证了各种复杂的高难算法在工程应用的实时性,为许多复杂算法具体工程实现提供了重要技术手段。 源代码采用Handel-C语言编程(Handel-C由C/C++演化而来),在DK环境中运行,可以自动实现C到VHDL、C到Verilog、C到EDIF等转换。 输入图像为source.dat文件,输出为dest.dat,改变不同参数,可以得到多个dest.dat文件,进而可以利用matlab编程显示出高斯DOG图像序列,如GauSmooth.bmp文件所示。 如果没有DK运行环境,可利用记事本查看源代码(.hcc),希望对相关人员能有一定的参考作用。 -err
    2022-07-08 03:42:13下载
    积分:1
  • a new Mahalanobis distance calculation algorithm, the algorithm using quadratic...
    一种新的计算马氏距离的算法,算法采用二次协方差矩阵操作,进而使距离考加入相对性因素。-a new Mahalanobis distance calculation algorithm, the algorithm using quadratic covariance matrix operations, thereby enabling the relative distance to take factors.
    2022-07-11 14:42:57下载
    积分:1
  • vc编写数字图形处理中阈值分割图像程序,阈值分割在图像处理中具有重要作用,本代码具有一定得意义...
    vc编写数字图形处理中阈值分割图像程序,阈值分割在图像处理中具有重要作用,本代码具有一定得意义-vc digital graphics processing in the preparation of Threshold image segmentation procedure, threshold segmentation in image processing plays an important role, the code may have some significance
    2022-06-30 08:01:02下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载