Ask Your Question

shrijay's profile - activity

2019-12-22 03:04:04 -0600 received badge  Notable Question (source)
2019-10-31 00:37:25 -0600 received badge  Popular Question (source)
2017-09-26 13:05:05 -0600 commented answer how to implement BRISK in python, I tried it but it showed that there is no such attribute in cv2 library pls help me!!

import numpy as np import cv2 import matplotlib.pyplot as plt img1 = cv2.imread('book.jpg', 0) # Original image - ensur

2017-09-26 12:26:03 -0600 commented answer how to implement BRISK in python, I tried it but it showed that there is no such attribute in cv2 library pls help me!!

thanks brother !! i am very new to both python and CV

2017-09-26 12:19:40 -0600 asked a question how to implement BRISK in python, I tried it but it showed that there is no such attribute in cv2 library pls help me!!

how to implement BRISK in python, I tried it but it showed that there is no such attribute in cv2 library pls help me!!