alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.96k stars 822 forks source link

[clean] Ransac containers #1566

Closed servantftechnicolor closed 1 year ago

servantftechnicolor commented 1 year ago

Some low level changes to enable use of std::vector<Vec2/Vec3> instead of Matrices for points collections when calling ransac.

Remove the need to know the collection size before creating the object.