| Log message: | * Operator:
* remove internal benchmarkin from macros GPUCV_START_OP(), benchmarks will be done in the console application or in the switch library.
* Global:
* increase maximum image size to 8196x8196
* add CPU name detection
* benchmarks now include more informations such as: cpu name, Gpu name, version, OS, release/debug, image size/channels/format.
* Remove calls to log and benchmarks in all class destructors cause they are based on singleton.
* GPUCVConsole:
* Add command 'benchreport %s' to generate html report and svg files for all operators. |