OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is just a library, not a full application.
This documentation contains descriptions of the internal classes and concepts, as well as a tutorial that explains how to use the system.
C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions.
The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.
Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement formany computer vision applications. One of the key fac-ors in enhancing the robustness of dynamic scene analy-sis that of accurate and reliable means for shadow de-ection. Shadowdetectioniscriticalforcorrectobjectde-ection in image sequences. Many algorithms have beenproposed in the literature that deal with shadows. How-ever,acomparativeevaluationoftheexistingapproachesisstill lacking. In this paper, the full range of problems un-derlyingtheshadowdetectionareidenti?edanddiscussed.Weclassifytheproposedsolutionstothisproblemusingaaxonomyoffourmainclasses, calleddeterministicmodeland non-model based and statistical parametric and non-parametric. Novelquantitative(detectionanddiscrimina-ionaccuracy)andqualitativemetrics(sceneandobjectin-dependence,?exibilitytoshadowsituationsandrobustnesso noise) are proposed to evaluate these classes of algo-rithms on a benchmark suite of indoor and outdoor videosequences.
This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over fifty IP generators, available in the form of three toolkits that produce synthesizable MATLAB for common MATLAB built in and toolbox functions. Each generator offers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.
bject Inspector is a component suite that contains inspectors
allowing you to change anything in your application at runtime.
Object Inspector suite includes:
TPropertyInterface
component for easy access to any property or event of any
component at runtime
TComponentInspector
customizable full-functional runtime object inspector control
TComponentComboBox
control for easy selecting component
TCommonInspector
abstract inspector control for inspect anything in your application
TDBInspector
ready-to-use database inspector control
TIniInspector
ready-to-use ini-file inspector control
TApplicationInspector
ready-to-use inspector control for changing Application properties
at runtime
TSystemColorsInspector
ready-to-use inspector control for changing Windows colors
Examples
small and clean projects illustrating features of inspectors and
TPropertyInterface components
Source codes
full source code of all components and useful internal classes
FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable to QuickReport 3 and ReportBuilder 3.52. FreeReport 2.34 works with Delphi 2/3/4/5/6 and C++ Builder 1/3/4.
Freeware, full source code, royalty-free.
The OMNI Naming Service (omniNames) is an omniORB implementation of the
OMG’s COS Naming Service Specification. It offers a way for a client to turn
a human-readable name into an object reference, on which the client can subsequently
invoke operations in the normal way. See the OMG specification for full
details of the functionality provided by the Naming Service.
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.