QuranHub / quran-images-utils

Utility scripts for Quran images
https://www.quranhub.app
MIT License
4 stars 0 forks source link

Template example #1

Closed hasankhat closed 1 week ago

hasankhat commented 1 week ago

Hi, can you give me example for template_1.jpg and template_2.jpg? I didn't understand how to create template for the pages

Abdallah-Abdelazim commented 1 week ago

This script uses OpenCV template matching. In it, you supply a template image that's as close as you can to what you're matching in the source image. In our case here, it's really simple; We're matching the Aya number icons in the pages as we want to know where Ayas end so later we can highlight the Ayas inside the Quran image in the app. So you simply can crop any aya number icon from the page and use it as the template.