feat: corner detection
#52 added corner detection method based on openCV.matchTemplate() current problems:
- Method need context to get pattern image
- Unprocessed and unstandardized image may lead to huge memory usage (8MB for 4k photo)
- pattern image need same resolution as standard resolution
- SLOW even on new smartphone