Description: 在程序设计中需要随时知道鼠标的位置,如photoshop和画图板中都有这一功能。本程序实现了如何追踪鼠标的位置。编译并运行本程序,不停地移动鼠标,对话框中显示鼠标位置的文本也会随时更新,达到追踪鼠标位置的目的。-in program design needs to be kept aware of the location of the mouse, If photoshop drawing board and have all the functions. The realization of how to track the location of the mouse. Compile and run this program, we keep moving the mouse, the mouse dialog box shows the location of the text will be updated at any time. location tracking mouse achieve the purpose. Platform: |
Size: 26033 |
Author:梁衡升 |
Hits:
Description: 鼠标位置追踪,很不错的源程序,希望对你有好处,赶快下载啊-mouse location tracking, a very good source, and I hope to benefit you, quickly download ah Platform: |
Size: 24751 |
Author:baitao |
Hits:
Description: 用vc++实现了开关串口,位置定位,位置跟踪,地图显示等功能,适合初学者学习gps的相关知识-achieved using vc Serial Switch, position location, location tracking, map display, and other functions, for beginners learning the knowledge gps Platform: |
Size: 4016198 |
Author:海风 |
Hits:
Description: * Develop JAVA API for telephony signaling.
* Research uploadable service scripts for IP Telephony service creation.
* Research the application of SIP Signaling to presence / location tracking and device control and its relationship to pervasive computing.
* Research the application of SIP Signaling for health care and emergency First Responder applications
* Model and evaluate the integration of Internet Telephony signaling mechanisms with adaptive traffic engineering mechanisms.
Platform: |
Size: 124020 |
Author:郭侃 |
Hits:
Description: CQ原创网站流量统计PHP+MySQL多用户版本,功能如下:1. 统计每天页读次数和IP访问量。2. 显示最近40位访问者信息。3. 追踪访问者地理位置。4. 提供文本数字和图形数字两种显示方式。5. 点击计数器可查看详细统计信息。-CQ original Web traffic statistics PHP + MySQL multi-user version, function as follows : 1. Reading the daily pages of statistics and the number of IP traffic. 2. Show last 40 visitors information. 3. Location tracking visitors. 4. Provide digital text and graphics displays two figures. 5. Click on the counter can see detailed statistical information. Platform: |
Size: 1901959 |
Author:孙佳贝 |
Hits:
Description: 本程序实现的功能使:进行鼠标位置追踪!可以轻松的实现鼠标最追踪~!-procedures to achieve this functionality : for location tracking mouse! Easily the most mouse tracking ~! Platform: |
Size: 27711 |
Author:成龙 |
Hits:
Description: CQ原创网站流量统计PHP+MySQL多用户版本,功能如下:1. 统计每天页读次数和IP访问量。2. 显示最近40位访问者信息。3. 追踪访问者地理位置。4. 提供文本数字和图形数字两种显示方式。5. 点击计数器可查看详细统计信息。-CQ original Web traffic statistics PHP+ MySQL multi-user version, function as follows : 1. Reading the daily pages of statistics and the number of IP traffic. 2. Show last 40 visitors information. 3. Location tracking visitors. 4. Provide digital text and graphics displays two figures. 5. Click on the counter can see detailed statistical information. Platform: |
Size: 1901568 |
Author:孙佳贝 |
Hits:
Description: 本程序实现的功能使:进行鼠标位置追踪!可以轻松的实现鼠标最追踪~!-procedures to achieve this functionality : for location tracking mouse! Easily the most mouse tracking ~! Platform: |
Size: 27648 |
Author:成龙 |
Hits:
Description: We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle approximates the location of head. We develop a synthetic video sequence to test our technique. The results we get show that the tracker tracks the head which changes position, poses and lighting conditions. -We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle approximates the location of head. We develop a synthetic video sequence to test our technique. The results we get show that the tracker tracks the head which changes position, poses and lighting conditions. Platform: |
Size: 176128 |
Author:阳关 |
Hits:
Description: 藍色球體追蹤測距,背景需純白色,兩台WebCam,可以計算攝影機與藍色球體間的距離,方便對於立體視覺入門者-Blue ball location tracking, the background to be pure white, two WebCam, the camera can be calculated with the distance between the blue sphere to facilitate stereoscopic vision for beginners Platform: |
Size: 1637376 |
Author:王傑 |
Hits:
Description: 用visual c++开发的人脸检测示例程序,实现人脸定位与跟踪-Using visual c++ Developed examples of face detection process, the realization of Face Locating and Tracking Platform: |
Size: 5477376 |
Author:sue_Langsujuan |
Hits:
Description: 实现鼠标位置追踪的一个小程序,貌似现在按键精灵也可以实现了-Mouse location tracking to achieve a small program, seemingly now button Wizard can also be achieved Platform: |
Size: 27648 |
Author:chang |
Hits:
Description: The KLT Tracker algorithm implementation. The starting location of the object must be manually initialized. Object tracking is accomplished using two methods: simple track and advanced track. Platform: |
Size: 8609792 |
Author:nablanc |
Hits:
Description: 单传感器对目标的定位跟踪。包括基于CA和IMM模型的EKF和UKF算法。-Single sensor on the target' s location tracking. Including those based on CA and the IMM algorithm model EKF and UKF. Platform: |
Size: 35840 |
Author:lisiqi |
Hits:
Description: Description
This function finds the velocity of a 2-dimensional planar wave from at least 2 sensors, by specifying its location (x,y) or (lon,lat) and its respective arrival time.
It returns the speed and direction (or tracking if coordinates were given):
>> [VEL,DIR] = velocity_triangulation(x,y,time,TOL)
where TOL is a tolerance time. You may get a figure with the results, like the one shown in the screenshot. Just take a look to the optional arguments.
Enjoy it!
Any comments and bugs reports will be very appreciated!
MATLAB release MATLAB 7.7 (R2008b) -Description
This function finds the velocity of a 2-dimensional planar wave from at least 2 sensors, by specifying its location (x,y) or (lon,lat) and its respective arrival time.
It returns the speed and direction (or tracking if coordinates were given):
>> [VEL,DIR] = velocity_triangulation(x,y,time,TOL)
where TOL is a tolerance time. You may get a figure with the results, like the one shown in the screenshot. Just take a look to the optional arguments.
Enjoy it!
Any comments and bugs reports will be very appreciated!
MATLAB release MATLAB 7.7 (R2008b) Platform: |
Size: 7168 |
Author:Józef |
Hits: