Added author and date

This commit is contained in:
John Wellbelove 2026-06-01 10:00:01 +01:00
parent 7f05fa800c
commit 3f81df564e

View File

@ -3,6 +3,9 @@ title: "Scanning an arbitrarily rotated rectangular region"
weight: 3 weight: 3
--- ---
**Author:** John Wellbelove
**Date:** 2019
Quite often in image processing we need to scan a rectangular region in an image. The region is usually aligned to capture a specific feature in the image. Quite often in image processing we need to scan a rectangular region in an image. The region is usually aligned to capture a specific feature in the image.
You may be presented with a skewed image, necessitating that the region should also be skewed. You may be presented with a skewed image, necessitating that the region should also be skewed.