stratus2019/load_rgb_image_data 0.0.1
alg install stratus2019/load_rgb_image_data
load rgb image data
Algorithm Description
Loads RGB data from disk given a base data directory and relative path to the file. Only the first 3 channels are preserved, so if the image contains an alpha channel it will be removed.
License
MIT
Homepage
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
base_data_dir | None | string | |
relative_path | None | string |
Outputs
Name | Description | Data Type |
---|---|---|
image_data | string |
Versions
- 0.0.1 (current)