• Stars
    star
    1
  • Language
    C
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a project with algorithm RANSAC (Random Sample Consensus) is a robust statistical method widely used in computer vision and other fields for solving problems related to data fitting, model estimation, and inlier detection. This project uses threads to reduce execution time by splitting the iterations for each available computer core.