Skip to content

2DHWT implementation using Java (Blur detection)

Notifications You must be signed in to change notification settings

suri321/BlurDetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlurDetection

2DHWT implementation using Java (Blur detection)

How to test a image for bluriness ?

  1. Locate TwoDMatHaarTests.java in org.vkedco.opencv.haar 1.Make sure you have opencv loaded (change the System.load of libopencv_java244.so to your path and add opencv jar to the project)
  2. Set the path of the folder(in which the image is located) in IMG_PATH and IMG_PATH2 strings
  3. Set image name in test_edge_detection function in main.
  4. Click RUN.

An optional way can be to actually implement the logic behind blur detection by Open CV. It can reduce the apk size greatly.

About

2DHWT implementation using Java (Blur detection)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%