| Log message: | [changed made by Richard Viney] => port GPUCV on LINUX, thanks.
- change all back slashes in #include directives to forward slashes
- fix capitalization in #include directives
- fixed non-standard use of the typename keyword
- added missing typename keyword where needed
- new lines at end of header and source files
- made sure class member variables are initialized in the order they
- are specified when doing direct initialization in the constructor
- in classes with multiple inheritance, when using a method defined in a parent class code should explicitly specify which parent class is being called
- define all xxxx_EXPORT macros on linux
- add cvAddWeighted()
- removed non used variables.
- other minor gcc compatibility fixes |