Ultimately attempting to use an equivalent of cv2.findEssentialMat() in Javascript using opencv.js. However I have been unable to find anything that shows an alternative or similar function available by default. Is there a way to compile with that function included, or does anyone know if it would be possible perhaps using jsfeat or something similar. From what I can tell it is using Nister 5 Point algorithm, and RANSAC to return the Essential Matrix.
Asked
Active
Viewed 26 times