From 3f81df564ec3948dfd8ced55992e6250fecd6a0d Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 1 Jun 2026 10:00:01 +0100 Subject: [PATCH] Added author and date --- .../scanning-an-arbitrarily-rotated-rectangular-region.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/blog/graphics/scanning-an-arbitrarily-rotated-rectangular-region.md b/docs/blog/graphics/scanning-an-arbitrarily-rotated-rectangular-region.md index e02020e1..e6ea649c 100644 --- a/docs/blog/graphics/scanning-an-arbitrarily-rotated-rectangular-region.md +++ b/docs/blog/graphics/scanning-an-arbitrarily-rotated-rectangular-region.md @@ -3,6 +3,9 @@ title: "Scanning an arbitrarily rotated rectangular region" 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. You may be presented with a skewed image, necessitating that the region should also be skewed.