-
目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。
技术:avi视频流的帧读取;图...
目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。
技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。
-objectives : manually select video images on the question target tracking; Use block matching methods for estimating the target region in the next frame image position; Until this process cycle from the goal frame images disappear. Technology : avi video streaming reading frame; Image frame storage formats; RGB images of gray; Gray image smoothing filter; Block motion estimation algorithm implementation; MFC showed images frame; MFC on the use of the mouse.
- 2022-03-18 00:44:55下载
- 积分:1
-
汇编语言设置系统报警程序
汇编语言设置系统报警程序-assembly language procedures set alarm system
- 2022-06-16 12:45:51下载
- 积分:1
-
Assembly language programming and debugging tools. The purpose of learning assem...
汇编语言编程和调试工具。
学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。
1.1、宏汇编MASM系统
在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。
-Assembly language programming and debugging tools. The purpose of learning assembly language is to use assembly language programming to solve practical problems, the following describes two kinds of commonly used assembly language programming environment: Macro Assembler MASM 6.11 and Turbo Assember 5.0. 1.1, Macro Assembler MASM Macro Assembler MASM system in the system the programmer can be two kinds of ways to deal with source code: The command line and integrated environment.
- 2022-12-17 00:45:04下载
- 积分:1
-
foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序...
foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序-foxprn.zip a Fox use assembly language interface program print graphics procedures
- 2023-05-09 09:30:03下载
- 积分:1
-
最精炼的代码,运行后是3D界面并还有音乐。值得学习。
最精炼的代码,运行后是3D界面并还有音乐。值得学习。-The most refined of the code, after running 3D interface and there is music. Worth learning.
- 2022-01-26 06:14:18下载
- 积分:1
-
可以用masm32编译
可以用masm32编译-compiler can be used between
- 2022-06-26 18:50:40下载
- 积分:1
-
遗传算法VC程序:用于搜索极值,极大值极小值均可
遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
- 2023-02-20 17:30:03下载
- 积分:1
-
题目实现DOS中的COPY命令。可首先打开源文件和目的文件,其次顺序读取源文件每个字节赋给目的文件对应位置,源文件读完时,目的文件也自然拷贝成功。...
题目实现DOS中的COPY命令。可首先打开源文件和目的文件,其次顺序读取源文件每个字节赋给目的文件对应位置,源文件读完时,目的文件也自然拷贝成功。-Title achieve the DOS in the COPY command. Be the first to open the source file and destination file, followed by sequential reads the source file is assigned to the purpose of the file corresponds to each byte location, the source file read, the purpose of copying documents the success of the natural.
- 2023-07-11 05:20:03下载
- 积分:1
-
Bubble Sorting in Assembly language
Bubble Sorting in Assembly language
- 2022-02-14 00:42:53下载
- 积分:1
-
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。...
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。-established from the beginning byte DATA modules into 10 unsigned data, the data to find the maximum and minimum, the screens showed that 10 data and maximum and the minimum.
- 2022-10-29 07:40:03下载
- 积分:1