From 36f83fb14a7fa9643f1c14d406b04bd1506fef3f Mon Sep 17 00:00:00 2001 From: Carlos Esquerre <148863364+caesquerre@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:21:35 +0100 Subject: [PATCH] Update freak.md The angle in the description (75 degrees) didn't correspond to the one int he code 5pi/6. The later correspond to the image showed --- docs/src/tutorials/freak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/freak.md b/docs/src/tutorials/freak.md index 5d10583..8df7269 100644 --- a/docs/src/tutorials/freak.md +++ b/docs/src/tutorials/freak.md @@ -9,7 +9,7 @@ The descriptor is built using intensity comparisons of a predetermined set of 51 ## Example -Let us take a look at a simple example where the FREAK descriptor is used to match two images where one has been translated by `(50, 40)` pixels and then rotated by an angle of 75 degrees. We will use the `lighthouse` image from the [TestImages](https://github.com/timholy/TestImages.jl) package for this example. +Let us take a look at a simple example where the FREAK descriptor is used to match two images where one has been translated by `(50, 40)` pixels and then rotated by an angle of 150 degrees. We will use the `lighthouse` image from the [TestImages](https://github.com/timholy/TestImages.jl) package for this example. First, let us create the two images we will match using FREAK.