Merge pull request #20657 from zchrissirhcz:upd-doc-for-py_fast

pull/20661/head
Alexander Alekhin 4 years ago
commit 0097a8d097
  1. 2
      doc/py_tutorials/py_feature2d/py_fast/py_fast.markdown

@ -98,7 +98,7 @@ import numpy as np
import cv2 as cv
from matplotlib import pyplot as plt
img = cv.imread('simple.jpg',0)
img = cv.imread('blox.jpg',0) # `<opencv_root>/samples/data/blox.jpg`
# Initiate FAST object with default values
fast = cv.FastFeatureDetector_create()

Loading…
Cancel
Save