A desktop application written in Python and PySide6 for calculating the Least Common Multiple (LCM) of two integers. lcm-calculator-pyside6/ │ ├── lcm_calculator/ │ ├── __init__.py │ ├── window.py # ...
TubeTK is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images, developed by Kitware, Inc. Tubes and surfaces, as generalized 1D and 2D manifolds in ...