Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored and ljubobratovicrelja committed Feb 13, 2018
1 parent 45589b4 commit 4c124ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/dcv/features/corner/fast/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class FASTDetector : Detector
{
import core.stdc.stdlib : free;
import std.exception : enforce;
import std.array : reserve;
import std.algorithm : min;

enforce(image.depth == BitDepth.BD_8, "Invalid bit depth - FAST is supported so " ~ "far only for 8-bit images");
Expand Down

0 comments on commit 4c124ae

Please sign in to comment.