iterative closest points
CEV ICP algorithm library
|
Go to the source code of this file.
Namespaces | |
namespace | readme |
Functions | |
readme.put (var, text) | |
Variables | |
str | readme.README_PATH = "../README.md" |
str | readme.README_GEN_PATH = README_PATH + ".build" |
readme.VERSION_TAG = sys.argv[1][1:-1] | |
readme.VERSION_MAJOR = VERSION_TAG.split(".")[0] | |
str | readme.VERSION_MD_PATH = "../book/versions" |
dict | readme.readme = {"content": f.read()} |