Git Product home page Git Product logo

robotarm's People

Contributors

jimjibone avatar tails270 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

robotarm's Issues

PCL Convex Hull Algorithm

What is it?!?! Just like the RANSAC one. Mine is present wrapping or whatever it's called, Jarvis' March possibly. What do they use?

PCL RANSAC Algorithm

What is it?!?!?!? My current one is below, is their one the same?

  1. Randomly select 'n' points to be possible inliers.
  2. Find all the points (other points) that are not possible inliers.
  3. For each set of 3 possible inliers:
  4. Find the plane equation for these 3 points.
  5. If the points are valid add them to the planes array.
  6. Iterate through all the valid planes and determine their confidence by comparing them to the other points.
  7. Get the current plane.
  8. For each other point find the distance from point to plane.
  9. If the point is within the tolerance from the plane then add 1 to the plane's confidence. If it is outside the confidence then remove 1 from the plane's confidence.
  10. Find the plane with the highest confidence value.
  11. Add this plane to the confident planes array.
  12. Sort the confident planes array by highest to lowest confidence.
  13. The most confident plane fo the current frame (iteration) can be found at index 0 of the confident planes array.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.