Introducing a new primitive shape

WIP!

This is currently work in progress, not yet working. This page is primarily a documentation for myself.

A primitive must define the following functions:

  • strt()
  • (a constructor that accepts a dictionary with string keys, which keys match the fieldnames.)
  • a new primitive comes with new parameters, which must be solved (I don't have yet the idea for it)
RANSAC.strtFunction

Return a string that tells the type (plane, spehere, etc.) of a FittedShape.

source