Rev 564 - 2010-06-21 09:47:48 +0200 (Mon, 21 Jun 2010)
Log message:
Global:
* remove some obsolete scripts from ./bin/
* Benchmarks are now saved by default in ./data/Benchmarks
* move plugin GL/CUDA into the plugin folder
Switch:
* Fix switch mechanism under windows. Switch config files are now in ./data/
* compatible with opencv 2.1
* export the switch generator into a new binary project: genswitch
* Add DllDescriptor class to have several DLL file depending on versions/architecture/debug...etc...
* Add functions cvQueryFrame/cvRetrieveFrame in the forced list that use OpenGL. This enable data synchro on video streams.
CamDemo:
* small improve/cleaning/doc update. Now shows OpenCV/OpenGL/CUDA logos
Console:
* Disable switch generation.
Doc:
* Update setup page.
Lib:
* add cvgRetrieveShaderPath() to retrieve full path to data folder
* fix cvgInitGLView(), data were not transfered when images was had DESTINATION flag on.