An Image & Language Understanding Company Since 2002
SDKs | DSP | OS4PR | Demos | Downloads || World | USA | China中国 | Researches || Books | Journals |
contact us | books | demos | downloads | ijcc | investors | news and events | partners | products | researches | services | Tao Yang
Eyes Detection | Lip/Mouth Detection | PL Image Understanding Engine | Porn-Detection Software | Computational Verb Theory | 计算动词
Barcode Reader | Card Counter | Driver Quality Test | Face Recognizer | Fuide Inspector | Intruder Detector | Traffic Monitor | Traffic Radar | Vehicle Categorizing
Blowjob | Pubic Region Detection | Camera Flame Detector | Porn Detecting Source Code | Porn Detection from Video | Vulva Detection | Breast Detection
subglobal5 link | subglobal5 link | subglobal5 link | subglobal5 link | subglobal5 link | subglobal5 link | subglobal5 link
subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link | subglobal6 link
subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link | subglobal7 link
subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link | subglobal8 link
subglobal9 link | subglobal9 link | subglobal9 link | subglobal9 link | subglobal9 link | subglobal9 link | subglobal9 link
Custom Search

MotionExam

small logo

Moving Directions, Objects and Tracking in Video Streams

MotionExam is a level 1 SDK that detects global moving direction, segement moving objects from background, moving direction of each objects and track moving object and moving trajectory construction. (April 05, 2007, Tucson, Arizona, USA.)

 

 

Functions

Screen Shots
Descriptions Screen Shots
Detecting Global Moving Direction--Method 1. Output the result in (0, 90] degree. Cannot tell which of the 4 possible directions is the exact one. Need 2nd R&D to demtermine. Robust for complex scenes. [demo video(1.08 MB)]

int nCh=0;
tgMExEnableGlobalDir1(true, nCh);
...
TgImage oImg;
int err = tgGetCurrentAVIFrame(oImg);
if(0==err){
  int rotation = 1;
  tgMExOneFrame(&oImg, rotation, nCh);
}

Moving Object Detection--Method 1. Output the bounding rectangles of all moving objects. This is the simplest of its kind to save CPU. Sensitive to vibration of video camera. Can work without any setting from user. [demo video(768 KB)]

int nCh=0;
tgMExEnableMvObj1(true, nCh);
...
TgImage oImg;
int err = tgGetCurrentAVIFrame(oImg);
if(0==err){
  int rotation = 1;
  tgMExOneFrame(&oImg, rotation, nCh);
  ...(read the data out for user's R&D purpose...)
}
Moving Object Detection--Method 2 . Output the bounding rectangles and moving directions of all moving objects. Can work without any setting from user. [demo video(0.98 MB)]

int nCh=0;
tgMExEnableMvObj2(true, nCh);
...
TgImage oImg;
int err = tgGetCurrentAVIFrame(oImg);
if(0==err){
  int rotation = 1;
  tgMExOneFrame(&oImg, rotation, nCh);
  ...(read the data out for user's R&D purpose...)
}
   
   
   
   
   
source code in C\C++ SDK is alvailable.


For more information about our SDKs, please send your request to

About Us | Site Map | Privacy Policy | Management | Contact Us | Guest Book | Support |
Copyright © 2009 Yang's Scientific Research Institute, L.L.C., U.S.A. ALL RIGHTS RESERVED. All files on this site are subject to the following disclaimer.