Which ones do you mean? In the 4.6 prebuilt libraries WITH the python bindings, I have ORB, SIFT, ECC, AlignMTB, mergeMertens exposure fusion, stiching, blending.. SIFT is free now, SURF is not, but ORB does a great job for keypoints and feature detection. Better than the other two (in my opinion). See for example: https://github.com/brianpinto91/image-stitching It is for Python though, not C.
There is also the "learnopencv.com" with many examples in both C(++) and Python. And on github there are by now also a ton of examples. Lots to learn and copy from. Op vr 8 sep 2023 om 19:56 schreef Robert Mahar <[email protected]>: > Looking at the opencv feature detection, the only painful thing will be > making something that "just works" with stock opencv packages, as the > feature detection are in 3rd party modules so not normally available if you > just grab opencv pre-built RPM. Not so sure how easily sharable such a > solution would be for average Hugin users if "step one" is build their own > opencv libraries from source. But the rest is just a lot of boilerplate > and it should be easy to wrap it in a way that looks like a typical > panotools utility. "cvfind" LOL. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/CAGARPpvpzcDyoAMjg9eMwOXHfdvZhJQdGV6-U0zvO7UabP3-7g%40mail.gmail.com.
