当前位置:
首页 资源下载
搜索资源 - get object position
搜索资源列表
-
0下载:
一系列缓冲区类支撑起了 Java 2 平台标准版的新 I/O(NIO)包。这些类的数据容器形成了其它 NIO 操作(如套接字通道上的非阻塞读取)的基础。在本月的 Merlin 的魔力中,常驻 Java 编程专家 John Zukowski 展示了如何操作那些数据缓冲区来执行如读/写原语这样的任务以及如何使用内存映射文件。在以后的文章里,他将把这里所提到的概念扩展到套接字通道的使用。 Java 2 平台标准版(Java 2 Platform Standard Edition,J2SE)1.4 对
-
-
0下载:
Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
-
-
1下载:
基于投票算法的目标跟踪,基于二阶非线性投票的多目标跟踪算法。该算法通过目标匹配得到同一目标在不同帧中的位置,同时利用特征监测来处理目标的遮挡、分裂问题,并实现目标特征的实时更新。在目标匹配过程中,通过对目标前一帧与当前帧的特征相似性进行投票,得到匹配目标。利用视频图像进行实验,结果表明:该方法对噪声、阴影、遮挡、分裂等具有良好的鲁棒性,较好地实现了多目标的跟踪。-The method used object matching to get objects’ position in differe
-
-
0下载:
今年带的毕业设计,基于opencv的运动物体检测,做的还不错-Graduates this year with the design, based on the moving object detection opencv, do good
-
-
0下载:
使用方法如下:
---------------------------------
hcmenu1= uicontextmenu
uimenu(hcmenu1,...)
uimenu(hcmenu1,...)
showcontextmenu(hObj,hcmenu1)
---------------------------------
尝试使用实例test_showcontextmenu.m。
这也包含了日常琐碎的一些功能:
getParentF
-
-
0下载:
可以拖动的ListView,实现手动拖动的ListView
可以拖动的ListView,实现手动拖动的ListView-DragListView
package com.tarena.draglist.demo
import java.util.List
import android.content.Context
import android.view.LayoutInflater
import android.view.View
imp
-
-
0下载:
比较实用的,绘制表盘的外观、绘制表盘上的小刻度和大刻度也是值得参考的,表盘分割成60份,将分割点处的坐标存放在数组中,每当小程序重新开始时,首先消灭线程,然后重新开始创建线程。12点各个时针的位置坐标(按新坐标系的坐标)。
Thread 时针=null, 分针=null,秒针=null //用来表示时针、分针和秒针的线程。
//表示时针、分针、秒针端点的整型变量:
int hour_a,hour_b,munite_a,munite_b,second_a,secon
-
-
0下载:
Edge following algorithm
If it is known that an object in an image has a discrete edge all around it, it is then possible to follow the edge around the object and get back to the beginning. It is assumed that a position on the edge of a region h
-
-
0下载:
目 录
1. 概述 3
1.1 实训项目简介 3
1.2 实训功能说明 3
1.2.1 基本功能 3
1.2.2 附加功能 3
2. 相关技术 4
2.1 Windows定时器技术 4
2.2 透明贴图实现技术 4
2.3 CObList链表 5
2.4获取矩形区域 6
2.5使用AfxMessageBox显示游戏过程中的提示信息 6
2.6内存释放 6
2.7 CImageList处理爆炸效果 6
2.8对话框的应用 6
3.
-