Skip to content

Ignore a whitepage (whitepage detection w/ OpenCV)

Notifications You must be signed in to change notification settings

envisia/blankpage-detector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank Page Detector

Detects if the provided image contains any feature (like text or drawings). If there are "enough features for it to be considered non-blank", its path will be returned.

Requirements

  • OpenCV
  • Clang

Usage

$ ./bpd.out test-image/*.jpg
test-image/5.jpg
test-image/6.jpg

About

Ignore a whitepage (whitepage detection w/ OpenCV)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.8%
  • Makefile 12.2%