| 1 | # Ad-hoc algorithm for copy-move forgery detection in images. |
| 2 | # Implemented by - vasiliauskas.agnius@gmail.com |
| 3 | # Robust match algorithm steps: |
| 4 | # 1. Blur image for eliminating image details |
nothing calls this directly
no test coverage detected