Skip to content

Releases: kar-dim/CAS-2D

v1.1

27 Jan 21:44

Choose a tag to compare

OpenCL Implementation

New implementation based on OpenCL. Almost identical performance to CUDA, and many more devices are supported.

Other:

  1. Faster RGBA Writes in Interleaved Mode Using Coalesced uchar4 Writes; No Changes for Planar RGBA/RGB and Interleaved RGB
  2. Useful UI features: Allow Zooming (max x4.0) and mouse panning
  3. Add "Help" and "View" menu
  4. Added helpful GUI alerts if the DLL could not be loaded, or there was an error when applying the sharpening.

Qt: Introduce UI Timer

Do not call the DLL blindly on each slider value change event, this introduces many redundant DLL calls which the human eye cannot perceive anyway. Introducing a timer to skip entirely the DLL calls after ~50ms helps the UI to stay much more responsive.