Sciweavers

321 search results - page 37 / 65
» Writing sequences on the plane
Sort
View
IJCV
2000
162views more  IJCV 2000»
14 years 11 months ago
Visual Surveillance for Moving Vehicles
An overview is given of a novel vision system for locating, recognising and tracking multiple vehicles, using a single monocular camera mounted on a moving vehicle1 . 3D model-bas...
James M. Ferryman, Stephen J. Maybank, Anthony D. ...
JACM
2010
135views more  JACM 2010»
14 years 10 months ago
A dynamic data structure for 3-D convex hulls and 2-D nearest neighbor queries
We present a fully dynamic randomized data structure that can answer queries about the convex hull of a set of n points in three dimensions, where insertions take O(log3 n) expect...
Timothy M. Chan
TCC
2009
Springer
130views Cryptology» more  TCC 2009»
16 years 10 days ago
How Efficient Can Memory Checking Be?
We consider the problem of memory checking, where a user wants to maintain a large database on a remote server but has only limited local storage. The user wants to use the small ...
Cynthia Dwork, Moni Naor, Guy N. Rothblum, Vinod V...
POPL
2010
ACM
15 years 9 months ago
Dynamically Checking Ownership Policies in Concurrent C/C++ Programs
Concurrent programming errors arise when threads share data incorrectly. Programmers often avoid these errors by using synchronization to enforce a simple ownership policy: data i...
Jean-Phillipe Martin, Michael Hicks, Manuel Costa,...
ECLIPSE
2007
ACM
15 years 3 months ago
UnitPlus: assisting developer testing in Eclipse
In the software development life cycle, unit testing is an important phase that helps in early detection of bugs. A unit test case consists of two parts: a test input, which is of...
Yoonki Song, Suresh Thummalapenta, Tao Xie