3D shape analysis using deep learning
Project description
Cellshape-helper provides the ability to convert 3D masks to point clouds.
To install
pip install cellshape-helper
Basic Usage
import cellshape_helper as helper
PATH_TO_TIF_FILES = "path/to/tif/files/"
PATH_TO_SAVE_MESH = "path/to/save/mesh/files/"
PATH_TO_SAVE_PC = "path/to/save/pointcloud/files/"
NUM_POINTS = 2048
helper.tif_to_pc_directory(PATH_TO_TIF_FILES,
PATH_TO_SAVE_MESH,
PATH_TO_SAVE_PC,
NUM_POINTS)
Parameters
PATH_TO_TIF_FILES
: str.
The path to you binary masks of cells or nuclei.PATH_TO_SAVE_MESH
: str.
The path where you want to save the mesh objects to.PATH_TO_SAVE_PC
: str.
The path where you want to save your point clouds to.NUM_POINTS
: str.
The number of points to sample from the mesh object when creating a point cloud.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cellshape-helper-0.0.18.tar.gz
.
File metadata
- Download URL: cellshape-helper-0.0.18.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a33de83fcdd3cf26433656f0759ffe863c088ac25304b9349165388a1a63d3fc |
|
MD5 | a59674a671b1826cb2b49b0d4ac2e591 |
|
BLAKE2b-256 | c72225439b299d2e569be145b78e8b3ac66bdbfb770123bcdc7a46c8110d3669 |
File details
Details for the file cellshape_helper-0.0.18-py3-none-any.whl
.
File metadata
- Download URL: cellshape_helper-0.0.18-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0705c841d81fab041b364ccc81c2301bd0e036520436f168aacfbcbc311cd711 |
|
MD5 | d3f4dc58a015ea59315d47f20a4ad1e7 |
|
BLAKE2b-256 | 1fb16b1beb73bc94fa38809e403c5d655da2bfdc3c0368e026225b93560e149a |