Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 19555

How to calculate Essential Matrix?

$
0
0
I have used used BRISK features for feature matching as shown in code below and now want to calculate Essential Matrix can you let me know how to do it.I would like the detailed answers. import cv2 import matplotlib.pyplot as plt img1 = cv2.imread('D:\IMG_0112.jpg', 0) img2 = cv2.imread('D:\IMG_0113.jpg',0) brisk=cv2.BRISK_create(); kp1, des1 = brisk.detectAndCompute(img1,None) kp2, des2 = brisk.detectAndCompute(img2,None) bf= cv2.BFMatcher() matches = bf.knnMatch(des1,des2,k=2)

Viewing all articles
Browse latest Browse all 19555

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>