Skip to content

Commit

Permalink
mask: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichunjo committed Dec 6, 2021
1 parent 143aff4 commit 42b2536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vardefunc/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def _get_expr() -> Optional[str]:


class FDOG(EdgeDetect):
"""Flow-based Difference Of Gaussian operator. 3x3 matrices from G41Fun."""
"""Flow-based Difference Of Gaussian operator. 5x5 matrices from G41Fun."""
@staticmethod
def _get_matrices() -> List[List[float]]:
return [[1, 1, 0, -1, -1, 2, 2, 0, -2, -2, 3, 3, 0, -3, -3, 2, 2, 0, -2, -2, 1, 1, 0, -1, -1],
Expand Down

0 comments on commit 42b2536

Please sign in to comment.