Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 655 Bytes

File metadata and controls

13 lines (10 loc) · 655 Bytes

Android_Opencv_JNI_ImgProcessing

Personal Side Project.

Developed an Android App with a few common features such as Bottom Navigation (segment&activity), Image View, ScrollView, Radio Button, Camera; aimed to implement digital image processing with java and C++ native both on single image and video.

Functions:

  • Java: Gray Scale, Blur, Binarization, Canny, Histogram, Matrix (matrix style)
  • JNI: Gray Scale, Blur, Binarization, Canny, Matrix
  • Video(Front&Back): Face Detection, Canny, Dynamic Histogram