Earlier quoted context omitted.
What are you looking for in the pixels?
To see if it’s a ‘shop.
OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
151–160 of 160 posts
Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#152Earlier quoted context omitted.
They wouldn't happen to be french cartography would they?
These should help narrow down the search, but ibfs commercial restrictions are now 404... and the original IP warnings seem missing/expired. https://github.com/openMVG/openMVG/blob/develop/COPYRIGHT.md https://github.com/cdcseacave/openMVS/blob/master/COPYRIGHT.... Personally, I recommend COLMAP + CloudCompare + MeshLab, but the Mozilla Public License 2.0 should address IP license issues if the author is also the rig…
https://github.com/alicevision/AliceVision https://github.com/alicevision/Meshroom
No affiliation, just an excellent tool
Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#153I guess i'm the only one blown away by this announcement and super excited to get back into image processing.
Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#154[0] https://pyodide.org/en/latest/usage/packages-in-pyodide.html
Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#155Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#156Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#157But there is still a huge room for improvement in terms of performance, as for some low level operations StringZilla or Numkong are faster, for some, especially for float32 images, numpy is the best.
The most annoying component is that OpenCV is limited to input shapes like (H, W, C), which limits its application to videos and volumes with shapes (X, H, W, C)
Re: OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision
#158TL;DR
OpenCV is fast, but torchvision is faster.