登录
首页 » 算法 » 实时运动边缘检测

实时运动边缘检测

于 2022-09-27 发布 文件大小:2.57 MB
0 255
下载积分: 2 下载次数: 1

代码说明:

这是由作者 ofOh 演示实现等。al.,基于离散余弦变换,可选性 2012.Thanks 的实时运动检测。

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

发表评论

0 个回复

  • 用labview编写的基于单纯形寻优。用来搜索高斯函数的极值点。...
    用labview编写的基于单纯形寻优算法。用来搜索高斯函数的极值点。-prepared using PC-based simplex optimization algorithms. Search Gaussian function to the extreme point.
    2022-03-06 19:38:31下载
    积分:1
  • 1024游戏使用的代码
    应用背景“1024,”veewo工作室开发一个应用程序,遵循类似的模式个“,”以其滑和匹配系统。而是用瓷砖代替建立更大倍数的三,“1024”改变了它的游戏模式依靠指数的数字2。虽然“1024”看到了一些成功在应用程序商店,它也会被迅速掩盖快节奏的克隆由斯路理。关键技术1024是基于2048,一个非常容易上瘾的游戏。1024就像是易版的2048。达到瓦1024赢得比赛!“1024”迅速崛起,有效地扯个“,”使用箭头键移动瓷砖。当有相同数量的瓷砖时,它们合并成一个!享受这个游戏!
    2022-09-21 21:05:03下载
    积分:1
  • 51单片机仿三菱通信协议与工业人机界面通信
    51单片机仿三菱通信协议与工业人机界面通信.通信参数:端口RS232,波特率9600,偶校验,停止位1位
    2022-02-25 00:36:13下载
    积分:1
  • C实现RS编码
    用C实现RS码纠错仿真 RS码的编码程序 编码效率高,且经实际验证符合RS纠错码的要求-RS code using C realize simulation RS error correction code encoding procedure coding efficient and practical to verify compliance with the requirements of RS error-correcting codes
    2023-05-05 14:10:03下载
    积分:1
  • 一个acm题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个...
    一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem description : a black box, as a 15 x 10 two-dimensional matrix, there are some gaps in two-dimensional matrix using 0 indicates the gap, with a show that occupies. An existing equipment, from the direction of four branches box for perspective : from left to right, from the lower left to upper right, from bottom to top, from the lower right to upper left. Perspective availability of the two-dimensional matrix of the line a number. Demand reduction of this matrix. Input : 4 firms on behalf of every line from left to right, from the lower left to upper right, from bottom to top, from the upper left to lower right perspective on data obtained from the output : the matrix method is the use of backtracking, see the specific procedures
    2022-07-08 10:50:46下载
    积分:1
  • W.B.Gragg改进的解微分方程组的解,为改进中点,并给出解一个方程组得例子。...
    W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。-WBGragg solution to improve the solution of differential equations, in order to improve the mid-point of law, and gives a solution of an equation example.
    2023-03-15 11:30:03下载
    积分:1
  • 赫夫曼编码树的应用
    利用赫夫曼编码树的原理压缩和解压
    2023-02-10 02:25:03下载
    积分:1
  • FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire...
    FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire.nist.gov/fds/官方网址-FDS for the fire dynamics simulation software source code, the software for the open source project, code language primarily for FORTRAN, can be compiled under WINDOWS and LINUX operation, a detailed description may refer to the official web site http://fire.nist.gov/fds/
    2022-03-21 12:22:09下载
    积分:1
  • 判断点是否在多面体之中
    判断点是否在多面体之中- Sentences the break point whether in polyhedron
    2022-03-31 04:33:18下载
    积分:1
  • DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计由sinwn.cpp实现),频率可变,这里取140Hz和...
    DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.
    2022-01-25 22:01:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载