登录
首页 » 图形图像 » 可自动识别运动目标跟踪方法,跟踪真实

可自动识别运动目标跟踪方法,跟踪真实

于 2022-01-25 发布 文件大小:1,002.90 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

一种能自动识别运动目标的跟踪方法,跟踪实时性较强,效果很好。-Can automatically identify a moving object tracking method, tracking real-time highly effective.

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

发表评论

0 个回复

  • 人脸模式识别,可以在在原中搜索到所要寻找的人脸
    人脸模式识别,可以在在原图中搜索到所要寻找的人脸-Face pattern recognition, you can search in the Original in the face to be looking for
    2023-07-02 21:55:02下载
    积分:1
  • Draw chart
    这个程序是用c语言编写的,可以在windows窗体中绘制直线图和圆图很容易您可以为每个图表列设置颜色。
    2022-05-22 23:12:05下载
    积分:1
  • Graphic images show the effects, including the translation shows that the fall f...
    图形图像的特效显示,包括平移显示、从小倒下、从左到右显示-Graphic images show the effects, including the translation shows that the fall from a young age, left to right show
    2023-01-04 00:30:04下载
    积分:1
  • a research about cloud detection
    a research about cloud detection
    2022-02-06 05:02:00下载
    积分:1
  • 一幅画一三个(或三个棱镜)穿透一个立方体。z_buffer算法…
    1,画一个三棱锥(或三棱柱)穿透一个立方体,并用Z_buffer算法消隐,其中立方体和三棱锥的各个面用不同的颜色表示 2,用动画实现穿透的全过程并且实现光照 立方体可以旋转运动 三棱锥可一上下穿透 关键词:Z缓冲器算法 Z向深度缓存算法 Z_buffer Phong光照模型 -a painting a three pyramid (or three prism) penetrating a cube. Z_buffer algorithm using hidden, cube and the three pyramid-all with different colors 2, Animation achieve penetration with the entire process and achieve illumination cube rotation can be a three pyramid next penetrating Keywords : Z Z-buffer algorithm to the depth buffer algorithm Z_buffer Phong illumination model
    2022-03-11 22:02:28下载
    积分:1
  • 功能和界面全部模仿于Windows自带的画板,界面如截。功能主要有: 手绘线、简单、文字输入、块拖放、重复撤销、画面缩放、打开保存片文件,另外为了直...
    功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。 -Features and interfaces in Windows, bringing all to imitate the drawing board, interface, such as screenshots. The main features include: hand-drawn lines, simple graphics, text input, drag and drop block, repeated withdrawal, screen zoom, open the saved image file, and directly from the database in order to access images or XML, in addition to the provision of deposit from the Base64 encoding picture of the interface from the other have also achieved the same effect and drawing board of the toolbox and the color cartridge.
    2022-01-22 08:01:10下载
    积分:1
  • SURF算法提取特征点的拼接程序
    程序利用SURF算法作为特征点提取算法实现了图像拼接。首先输入两幅待拼接图,其次利用RobustMatcher类的SURF算法检测各自的特征点,然后对特征点进行了匹配,得到匹配点后利用匹配点生成投影矩阵,最后使用渐入渐出的融合方法实现了无缝融合。
    2022-09-18 14:50:05下载
    积分:1
  • 一个更为复杂的2D Game实例.比之前传的复杂. Windows平台的2D Game实例2, 使用了C++和OpenGL.这个souce不但是OpenGL...
    一个更为复杂的2D Game实例.比之前传的复杂. Windows平台的2D Game实例2, 使用了C++和OpenGL.这个souce不但是OpenGL技术,还可以学习到两个方面的技术: part1: win32的消息循环, OpenGL的设置.画一些简单的图形. part2: 处理并且显示卡通图片.-This source focuses on 2D game development with C++ and OpenGL for Windows platform. We will not only focus on OpenGL but also talk about the designs that are commonly used in game programming with a full object oriented approach. This source include two articles: Part 1: covers the win32 message loop, the window creation and the setting-up of OpenGL. You will also learn how to draw some simple shapes. Part 2 : Covers resources handling and displaying simple animations. Contents
    2022-05-27 22:46:10下载
    积分:1
  • java语言实现的简单的调色板程序
    java语言实现的简单的调色板程序-the simple palette procedures
    2022-01-26 04:37:36下载
    积分:1
  • DXF文件读写接口
    供用户直接调用的12个子程序调用: 1、 opendxf(xl,yl,drname,lend) 功能:新建DXF文件, 参数:xl,yl,drname,lend 分别为图幅长、宽、图名、图名长度  注意: 接口库中使用了文件通道号990、991、992、993、998、999, 请在程序中不要重复使用  2、 layer(ca1,nc) 功能:在表段和头段中写层信息, 参数:ca1,nc分别为层名、颜色值 注意:必须先赋层名值:ca1="hjk328" 再调用 call layer(ca1,ic)       不能直接call layer("hjk328",ic) 3、 circle(cx,cy,cz,cr) 功能:画圆 参数:cx,cy,cz,cr 分别为圆心的三维坐标和半径 4、 trace(x1,y1,z1,x2,y2,z2,wh) 功能:画轨迹线 参数:x1,y1,z1,x2,y2,z2,wh 分别为轨迹线中线端点三维坐标及线宽 5、 line(x1,y1,z1,x2,y2,z2) 功能: 画单线 参数:x1,y1,z1,x2,y2,z2  分别为线端点三维坐标 6、 poly(PLX,PLY,PLZ,NV,WH) 功能:画复线  参数:PLX,PLY,PLZ,NV,WH分别为复线各拐点三维坐标、拐点数及线宽 7、 point(x1,y1,z1) 功能:画点 参数:x1,y1,z1分别为点的三维坐标 8、 hz(xxt,yyt,zzt,zzh,rrang,ssca,qxj,cca1,len) 功能:中点对正写单行汉字 参数:xxt,yyt,zzt,zzh,rrang,ssca,qx
    2022-03-24 02:59:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载