Metadata-Version: 2.2
Name: qim3d
Version: 1.0.0
Summary: QIM tools and user interfaces for volumetric imaging
Home-page: https://platform.qim.dk/qim3d
Author: Felipe Delestro
Author-email: fima@dtu.dk
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gradio==4.44
Requires-Dist: h5py>=3.9.0
Requires-Dist: localthickness>=0.1.2
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: pydicom==2.4.4
Requires-Dist: numpy>=1.26.0
Requires-Dist: outputformat>=0.1.3
Requires-Dist: Pillow>=10.0.1
Requires-Dist: plotly>=5.14.1
Requires-Dist: scipy>=1.11.2
Requires-Dist: seaborn>=0.12.2
Requires-Dist: setuptools>=68.0.0
Requires-Dist: tifffile==2023.8.12
Requires-Dist: imagecodecs==2023.7.10
Requires-Dist: tqdm>=4.65.0
Requires-Dist: nibabel>=5.2.0
Requires-Dist: ipywidgets>=8.1.2
Requires-Dist: dask>=2023.6.0
Requires-Dist: k3d>=2.16.1
Requires-Dist: olefile>=0.46
Requires-Dist: psutil>=5.9.0
Requires-Dist: structure-tensor>=0.2.1
Requires-Dist: noise>=1.2.2
Requires-Dist: zarr>=2.18.2
Requires-Dist: ome_zarr>=0.9.0
Requires-Dist: dask-image>=2024.5.3
Requires-Dist: scikit-image>=0.24.0
Requires-Dist: trimesh>=4.4.9
Provides-Extra: deep-learning
Requires-Dist: albumentations>=1.3.1; extra == "deep-learning"
Requires-Dist: torch>=2.0.1; extra == "deep-learning"
Requires-Dist: torchvision>=0.15.2; extra == "deep-learning"
Requires-Dist: torchinfo>=1.8.0; extra == "deep-learning"
Requires-Dist: monai>=1.2.0; extra == "deep-learning"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# qim3D (Quantitative Imaging in 3D)

The `qim3d` (kɪm θriː diː) library is designed to make it easier to work with 3D imaging data in Python. It offers a range of features, including data loading and manipulation, image processing and filtering, visualization of 3D data, and analysis of imaging results.

You can easily load and process 3D image data from various file formats, apply filters and transformations to the data, visualize the results using interactive plots and 3D rendering, and perform quantitative analysis on the images.

Whether you are working with medical imaging data, materials science data, or any other type of 3D imaging data, `qim3d` provides a convenient and powerful set of tools to help you analyze and understand your data.

Documentation available at https://platform.qim.dk/qim3d/

For more information on the QIM center visit https://qim.dk/

# License
This project is licensed under the MIT License.
