| Log message: | - renamed:
- CvgArr/DataContainer::_CopyTextProperties into _CopyProperties.
- global
- add *wrapper files for opencv files cv, cxcore, cvaux, highui, they contains redirections of opencv function to GpuCV
- add _GPUCV_INDENT_ macro where required, all "_stream <<".
- DataDsc*:
- have new member GetNewParentID(), it is used by DataDsc_IplImage and DataDsc_CvMat to update the DataContainer ID.
- correct some bugs in Clone(), still require some tests.
- DataContainer:
- DataContainer::_CopyTextCPUData and DataContainer::_CopyTextGPUData are not used anymore.
- Add CopyDataDsc()
- do some cleaning
- operators
- update and enable cvCircle/Line/Rectangle.
- application:Console:
- add runCloneTest to performs test for all cloning mode(DataDsc*)
- add a flag ControlOperators that make a Xor operation betwen CV and GpuCV result in the bench loops. It print out error rate.
- application:Camdemo:
- all operators are "CV" and are redirected to GpuCV via the *_wrapper.h files
|