[opencv.js] support for findHomography()

@crackwitz thank you VERY much for your guidance. I wrote an article to help others through this pain here Image Alignment (Feature Based) in OpenCV.js ( JavaScript ) – Scott's Notes

2 Likes

Hi @Scott_Suhy i’m struggling with this kind of opencv.js stuff and i would try your example file but it seems that it doesn’t exist anymore, May you upload it again ? or do you have a github repository for it?
Thank you!

With your code from the article i created a simple example .Align images with OpenCV.js There is not a live example but i think it may help other people. I used Opencv 4.7.0 and there are some small modifications, otherwise it will not align correctly the images. But do not expect a great app! It helped me to understand the correct data arguments needed by OpenCV.js, as you said it’s quite difficult to understand and there is very scarce informations about OpenCV.js API.