SCRROR

Results 6 comments of SCRROR

@sulochanapradhan @sumanashrestha Exploring the possibility of hosting our project infrastructure on a Raspberry Pi presents an intriguing opportunity. Should this idea gain traction, I am fully committed to offering my...

can you be more specific?

The outputs of kp1, des1 = get_descriptors(img1) kp2, des2 = get_descriptors(img2) matches = sorted(bf.match(des1, des2), key= lambda match:match.distance) is different. i printed out the value of harris_corners = cv2.cornerHarris(img, 3,...

i think the keypoints array are different. i have attached the outputs below. this is obtained in pc ![pc](https://user-images.githubusercontent.com/42330675/67074583-21c77e80-f1a9-11e9-8978-d4496de8d6b0.PNG) this is obtained in raspberry pi 3b ![pi1](https://user-images.githubusercontent.com/42330675/67074632-3a379900-f1a9-11e9-8fa8-f1095c79c596.PNG) ![pi2](https://user-images.githubusercontent.com/42330675/67076518-03fc1880-f1ad-11e9-9c11-2f771ed418d2.PNG)

sorry the snip were uploaded in different order, i have corrected it. Please do have a look. PS: This will be issue for the maximum people now since it is...

Can you open an issue and tag me too?