Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions build/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@
tracking.Fast.circles_ = {};

/**
* Finds corners coordinates on the graysacaled image.
* Finds corners coordinates on the grayscale image.
* @param {array} The grayscale pixels in a linear [p1,p2,...] array.
* @param {number} width The image width.
* @param {number} height The image height.
Expand Down Expand Up @@ -3108,4 +3108,4 @@
this.leafnodes = data.id_leafnodes;
}

}());
}());
2 changes: 1 addition & 1 deletion src/features/Fast.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tracking.Fast.circles_ = {};

/**
* Finds corners coordinates on the graysacaled image.
* Finds corners coordinates on the grayscale image.
* @param {array} The grayscale pixels in a linear [p1,p2,...] array.
* @param {number} width The image width.
* @param {number} height The image height.
Expand Down