Sciweavers

39039 search results - page 41 / 7808
» Implementation of the
Sort
View
ECCV
2000
Springer
14 years 12 months ago
3-D Motion and Structure from 2-D Motion Causally Integrated over Time: Implementation
The causal estimation of three-dimensional motion from a sequence of two-dimensional images can be posed as a nonlinear filtering problem. We describe the implementation of an algo...
Alessandro Chiuso, Paolo Favaro, Hailin Jin, Stefa...
SIGMOD
2006
ACM
114views Database» more  SIGMOD 2006»
14 years 10 months ago
Quark: an efficient XQuery full-text implementation
Anand Bhaskar, Chavdar Botev, Muthiah Chettiar, Li...
ICFP
2001
ACM
14 years 10 months ago
A Simple Implementation Technique for Priority Search Queues
This paper presents a new implementation technique for priority search queues. This abstract data type is an amazing blend of finite maps and priority queues. Our implementation s...
Ralf Hinze
POPL
2009
ACM
14 years 4 months ago
Comparing the performance of concurrent linked-list implementations in Haskell
Haskell has a rich set of synchronization primitives for implemented-state concurrency abstractions, ranging from the very high level (Software Transactional Memory) to the very l...
Martin Sulzmann, Edmund S. L. Lam, Simon Marlow