docs: fix image path for py_fast doc

This commit is contained in:
Zhuo Zhang 2021-09-06 12:03:59 +08:00
parent d11f0a709d
commit 36cc43170d
No known key found for this signature in database
GPG Key ID: 0961A0300B14A36D

View File

@ -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()