ToDo
Gabrock94 opened this issue · 3 comments
Gabrock94 commented
- Fix warning in text / image ratio when area of the image == 0
/usr/local/lib/python3.5/dist-packages/prettywebsite-0.0.4-py3.5.egg/prettywebsite/spaceBasedDecomposition.py:63: RuntimeWarning: divide by zero encountered in long_scalars return({"textImageRatio":sum(text) / sum(image),"textArea":sum(text),"imageArea":sum(image),"nImages":len(image)})
Gabrock94 commented
From Braun, J., Amirshahi, S. A., Denzler, J., & Redies, C. (2013). Statistical image properties of print advertisements, visual artworks and images of architecture. Frontiers in Psychology, 4, 808.:
- Add self-similarity (PHOG method)
- Add complexity (PHOG method)
- Add anisotropy (PHOG method)
Gabrock94 commented
- Add links to instruction on tesseract's installation
Gabrock94 commented
- Change face recognition algorithm to face-recognition