Closed loolirer closed 1 year ago
The myLib module was fragmented into a python package called mcr.
myLib
mcr
The package contains 5 modules:
mcr.math
mcr.cameras
mcr.markers
mcr.plot
mcr.constants
Documentation and internal references were changed accordingly.
Important notes:
The
myLib
module was fragmented into a python package calledmcr
.The package contains 5 modules:
mcr.math
stores general math related functionsmcr.cameras
stores linear camera model related functionsmcr.markers
stores marker processing routinesmcr.plot
stores matplotlib-based plotting functionsmcr.constants
stores the cameras' intrinsic parametersDocumentation and internal references were changed accordingly.
Important notes: