| Log message: | - docs:
- update "Creating operators and filters" page.
- operators:
- add cvgCloneMat.
- cvgCvtColor: reduce code and update to use TemplateOperator and GPUCV_START_OP/GPUCV_STOP_OP.
- cvgDilate/cvgErode/cvgMorphologyEx/cvgResize/cvgThreshold update to use GPUCV_START_OP/GPUCV_STOP_OP.
- global:
- reduce #include call between different layer using #include <XXXLowerlayer/include.h> into XXXCurrentLayer/config.h
- GpuFilterManager: - add function GetFilterByName to retrieve filter directly(better use than GetFilterName), so we don't need to use the filter manager to do simple call like update params or apply filters.
- disable FPS.h/cpp code for now.
- GpuCVSettings: add option GPUCV_SETTINGS_CHECK_IMAGE_ATTRIBS to disable image size format check.
- clean obsolete codes.
- GPUCVConsole:
- rename/remove:
- remove file/class CvgImage, we are now definitly using CvgArr instead.
- textfile.h/cpp removed, empty...
|