Sciweavers

258 search results - page 19 / 52
» Arrays of objects
Sort
View
134
Voted
ICCV
2007
IEEE
16 years 4 months ago
Synthetic Aperture Tracking: Tracking through Occlusions
Occlusion is a significant challenge for many tracking algorithms. Most current methods can track through transient occlusion, but cannot handle significant extended occlusion whe...
Neel Joshi, Shai Avidan, Wojciech Matusik, David J...
135
Voted

Publication
453views
16 years 7 months ago
Analysis and Compensation of Rolling Shutter Effect
Due to the sequential-readout structure of complementary-metal-oxide semiconductor image sensor array, each scanline of the acquired image is exposed at a different time, resulting...
Chia-Kai Liang, Li-Wen Chang, Homer Chen
109
Voted
CORR
2010
Springer
108views Education» more  CORR 2010»
15 years 2 months ago
Mining The Successful Binary Combinations: Methodology and A Simple Case Study
The importance of finding the characteristics leading to either a success or a failure is one of the driving forces of data mining. The various application areas of finding succes...
Yuval Cohen
117
Voted
SCP
2010
163views more  SCP 2010»
14 years 9 months ago
Compact and efficient strings for Java
In several Java VMs, strings consist of two separate objects: metadata such as the string length are stored in the actual string object, while the string characters are stored in ...
Christian Häubl, Christian Wimmer, Hanspeter ...
116
Voted
ACE
2004
207views Education» more  ACE 2004»
15 years 4 months ago
Teaching Java First: Experiments with a Pigs-Early Pedagogy
This paper introduces PigWorld, a tool for teaching Java to novice programmers, via the objects-early style. Three design guidelines forobject-early assignments are discussed: (1)...
Raymond Lister