mattrussmill / qcvTouchUp

Simple image viewer and editor for photographs - OpenCV and Qt Widgets application
GNU General Public License v3.0
5 stars 1 forks source link

Update Application with OpenCL #17

Closed mattrussmill closed 6 years ago

mattrussmill commented 6 years ago

Improve efficiency of the computations (OpenCV, histogram, and other computations) to use OpenCL for increased performance after first release of application.

mattrussmill commented 6 years ago

Not necessary - runs fast enough using SSE and SSE2 when building OpenCV libs, or on its own without it in release mode.