A collection of utility functions for algorithm development and data analysis
Project description
algo_utils_hr
This package is a collection of various functions for algorithm development and data analysis. It is primarily written in Python and uses several libraries such as numpy, scipy, and skimage for image processing and data manipulation.
Description
The project is organized into several modules, each containing functions related to a specific area of algorithm development or data analysis. Here is a brief overview of the modules:
algo_typing: This module contains type definitions used across the project.data_analysis: This module contains functions for analyzing data.file_operations: This module contains functions for file operations.image_processing: This module contains functions for image processing.matching_graphs: This module contains functions for saving, loading, and visualizing the matching between longitudinal tumors.measurements: This module contains functions for taking measurements from data.segmentation_features: This module contains functions for extracting features from segmented data.segmentation_processing: This module contains functions for processing segmented data.
All the functions can be imported either through the relevant module or straight from the package name algo_utils_hr.
Getting Started
Installing
This package can be installed via pip:
pip install algo_utils_hr
Usage
Import the required modules and use the functions as per your requirements. For example:
from algo_utils_hr import segmentation_processing
# Use the functions
segmentation_processing.get_connected_components(your_data)
Or you can import functions directly from algo_utils_hr:
from algo_utils_hr import get_connected_components
# Use the function
get_connected_components(your_data)
Documentation
Detailed documentation for each function is provided in the respective module files.
License
This project is licensed under the terms of the MIT license.
Acknowledgments
This project was developed as part of the development of algorithms for image processing and data analysis at High-Rad LTD.
Contact
For any queries or suggestions, please contact shalom.rochman@high-rad.com
Authors
Shalom Rochman - https://www.linkedin.com/in/shalom-rochman-056427153/
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file algo_utils_hr-1.1.2.tar.gz.
File metadata
- Download URL: algo_utils_hr-1.1.2.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
330b061985b9eadd7bf6bb151885d6e368a921973372287dd29cbdef4e844fca
|
|
| MD5 |
dfe04596b0d62730f595d542ee50a1a5
|
|
| BLAKE2b-256 |
292393ca06b4a7601a1a62550c1fc47ae312a976ac952f20856d67d7daf7cc19
|
File details
Details for the file algo_utils_hr-1.1.2-py3-none-any.whl.
File metadata
- Download URL: algo_utils_hr-1.1.2-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba28a81816d8c1886a09dd83a3b7b102ac5909e14e37fddb620bc971192f3809
|
|
| MD5 |
f2f1f38f430576e17591c80c345cd848
|
|
| BLAKE2b-256 |
bca16c056e236d3f99059f3805ead03297fd9bb4defa1b53cbb4b1d344721ada
|