Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 379 Bytes

Android app to apply tilt shift effect on images and compare performance of Java, C++ and ARM Neon libraries.

Instructions:

  1. Install given apk file
  2. Launch app
  3. Select an image
  4. Set blur effect instensity and areas
  5. Run variuos methods out of Java, C++ and ARM Neon
  6. Compare the performance, shown in milliseconds

Performance results

ARM Neon >> C++ >> Java