I got error exit code -1073741819 (0xC0000005) in pycharm when i run fast = cv2.FastFeatureDetector()

-2
import numpy as np
import cv2

img = cv2.imread(r'D:\kuliah\pemrograman\pyton\opencv train\tangan.jpg')

fast = cv2.FastFeatureDetector()

# # find and draw the keypoints
kp = fast.detect(img,None)
python-3.x
image-processing
import
pycharm
opencv3.0
asked on Stack Overflow Oct 4, 2019 by Hafis Tafsani • edited Oct 4, 2019 by EsmaeelE

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0