cpp_extract {IFC} | R Documentation |
IFC_object Extraction
Description
Extracts object from ifd
Arguments
fname |
string, path to file |
ifd |
List, ifd information of class IFC_ifd |
colors |
List of colors to use. |
channels |
DataFrame, channels information. |
physicalChannel |
CharacterVector of indices for each channel. |
xmin |
NumericVector of minimal values for each channel. |
xmax |
NumericVector of maximal values for each channel. |
spatialX |
NumericVector of X spatial offset correction for each channel. |
spatialY |
NumericVector of Y spatial offset correction for each channel. |
removal |
IntegerVector of removal method to be used for each channel. |
add_noise |
LogicalVector of whether to |
full_range |
LogicalVector of whether to use |
force_range |
LogicalVector of whether to use |
gamma |
NumericVector of the |
chan_to_extract |
IntegerVector, channels to extract. |
extract_msk |
uint8_t, type of mask to extract: |
mode |
string, color mode export. Either |
size |
a length 2 IntegerVector of final dimensions (height,width) of the image. Default is |
verbose |
bool, whether to display information (use for debugging purpose). Default is |
Details
When 'add_noise'
is false
, background will be automatically set to minimal pixel value for "masked"
and "MC"
'removal'
method.