-
目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。
技术: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
-
本应用为温度计的源程式,用C写的,不错哦
本应用为温度计的源程式,用C写的,不错哦-This application for thermometer source programs, written using C, yes Oh
- 2023-02-28 18:15:03下载
- 积分:1
-
贝贝大厅+数据库脚本
应用背景CPasswordKeyboard::CPasswordKeyboard() : CDialog(IDD_PASSWORD_KEYBOARD)
{
//设置变量
m_nRandLine[0]=rand()%11;
m_nRandLine[1]=rand()%10;
m_nRandLine[2]=rand()%13;
m_nRandLine[3]=rand()%13;
//键盘状态
m_bShiftStatus=false;
m_bCapsLockStatus=false;
//状态变量
m_bMouseDown=false;
m_wHoverRow=INVALID_WORD;
m_wHoverLine=INVALID_WORD;
//键盘字符
m_nItemCount[0]=11;
lstrcpyn(m_szKeyboradChar[0][0],TEXT("`1234567890"),CountArray(m_szKeyboradChar[0][0]));
lstrcpyn(m_szKeyboradChar[0][1],TEXT("~!@#$%^&*()"),CountArray(m_szKeyboradChar[0][1]));
//键盘字符
m_nItemCount[1]=10;
lstrcpyn(m_szKeyboradChar[1][0],TEXT("-=[];",./"),CountArray(m_szKeyboradChar[1][0]));
lstrcpyn(m_szKeyboradChar[1][1],TEXT("_+{}|:"?"),CountArray(m_szKeyboradChar[1][1]));
//
- 2022-01-29 01:54:02下载
- 积分:1
-
Clock display time at format HH:MM:
Clock display time at format HH:MM:-Clock display time at format HH:MM:SS
- 2022-01-26 05:07:16下载
- 积分:1
-
用VS2005编个计算器的小程序..
功能一般只实现了+
用VS2005编个计算器的小程序..
功能一般只实现了+ - * /,和进制转换功能.-VS2005 series with a small calculator program .. function generally realized+-* /, And hexadecimal conversion.
- 2022-03-17 02:28:33下载
- 积分:1
-
能够测量0hz~1Mhz范围内的各种频率,有自动换档功能
能够测量0hz~1Mhz范围内的各种频率,有自动换档功能-0hz ~ 1Mhz to measure the scope of the various frequencies, and features automatic transmission
- 2022-07-24 01:43:13下载
- 积分:1
-
lcd液晶显示汇编程序,其中只写出了字符T和t的显示,大家看一看就能够明白...
lcd液晶显示汇编程序,其中只写出了字符T和t的显示,大家看一看就能够明白-lcd LCD compilation procedures, which only write the characters of T and t show that everyone can look at to understand
- 2023-02-03 16:30:04下载
- 积分:1
-
testmemory procedures under dos, you can compile and run through.
dos下testmemory程序,可以编译通过并运行。-testmemory procedures under dos, you can compile and run through.
- 2023-02-21 11:45:03下载
- 积分:1
-
C optimum triangulation
用C++实现最优三角剖分-C optimum triangulation
- 2022-03-12 01:34:14下载
- 积分:1
-
图书管理系统,管理图书的借阅与归还,并进行记录
图书管理系统,管理图书的借阅与归还,并进行记录-Library management system to manage the books borrowed and returned, and recorded
- 2022-03-22 09:51:51下载
- 积分:1