Learn R Programming

OpenImageR (version 1.1.4)

load_3d_binary: load 3-dimensional data from a binary file

Description

load 3-dimensional data from a binary file

Usage

load_3d_binary(slic_data)

Arguments

slic_data

a 3-dimensional array

Details

This function can be used to load 3-dimensional data from a binary file. It is used in combination with the superpixels function in case that the write_slic parameter is not an empty string ("").

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
library(OpenImageR)

path = "/my_dir/data.bin"

res = load_3d_binary(path)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab