Ask Your Question

sfredv's profile - activity

2018-06-24 09:54:43 -0600 received badge  Enthusiast
2018-06-20 11:10:53 -0600 asked a question to get the coordinates of matched features ?

to get the coordinates of matched features ? I'm working on ubuntu-16 and python 2.7 opencv 3. I want to extract the (x,

2018-06-17 13:05:56 -0600 asked a question comparing two images

comparing two images here is my code i have used BF matcher : import numpy as np import cv2 filename1 = 'BMW.jpg' filen

2018-06-17 04:16:19 -0600 commented answer to get th coordinates of sift keypoints

print 'The list of detected keypoints is:', pts, "and it has ", len(pts), "elements." there is still an error

2018-06-17 03:27:49 -0600 asked a question to get th coordinates of sift keypoints

to get th coordinates of sift keypoints import cv2 import numpy as np img = cv2.imread('info-tabs3.jpg') gray= cv2.cvtC