Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/tutorials/brief.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BRIEF is a very simple feature descriptor and does not provide scale or rotation

## Example

Let us take a look at a simple example where the BRIEF descriptor is used to match two images where one has been translated by `(100, 200)` pixels. We will use the `lena_gray` 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 BRIEF descriptor is used to match two images where one has been translated by `(100, 200)` pixels. We will use the `lighthouse` image from the [TestImages](https://github.com/timholy/TestImages.jl) package for this example.


Now, let us create the two images we will match using BRIEF.
Expand Down