Sciweavers

4263 search results - page 300 / 853
» Learning without Coding
Sort
View
JGTOOLS
2008
98views more  JGTOOLS 2008»
15 years 6 months ago
Efficient GPU-Based Texture Interpolation using Uniform B-Splines
Abstract. This article presents uniform B-spline interpolation, completely contained on the graphics processing unit (GPU). This implies that the CPU does not need to compute any l...
Daniel Ruijters, Bart M. ter Haar Romeny, Paul Sue...
JCP
2007
88views more  JCP 2007»
15 years 6 months ago
Watermarks and Text Transformations in Visual Document Authentication
— Integrity of digital documents is a very important issue if they are to be legally binding. Common solutions, like digital signatures or message authentication codes, are based...
Igor Fischer, Thorsten Herfet
PUC
1998
92views more  PUC 1998»
15 years 6 months ago
Transparent Migration of Java-Based Mobile Agents: Capturing and Reestablishing the State of Java Programs
In this paper we describe a way to save and restore the state of a running Java program. We achieve this on the language level, without modifying the Java virtual machine, by instr...
Stefan Fünfrocken
TCSV
2002
101views more  TCSV 2002»
15 years 6 months ago
A family of wavelet-based stereo image coders
Abstract--In this paper, we propose novel algorithms for stereoscopic image coding based on the hierarchical decomposition of stereo information. The proposed schemes, based on wav...
Nikolaos V. Boulgouris, Michael G. Strintzis
DLS
2010
162views Languages» more  DLS 2010»
15 years 4 months ago
Proxies: design principles for robust object-oriented intercession APIs
Proxies are a powerful approach to implement meta-objects in object-oriented languages without having to resort to metacircular interpretation. We introduce such a meta-level API ...
Tom Van Cutsem, Mark S. Miller