raster_intensity {bitmap} R Documentation

extract the raster intensity value from a specific region

Description

Usage

raster_intensity(bmp, offset.x, offset.y, w, h,
    progress = TRUE);

Arguments

bmp

[as BitmapReader]

w

[as integer]

h

[as integer]

Details

Authors

MLkit

Value

this function returns data object of type double.

clr value class

Examples


[Package bitmap version 1.0.0.0 Index]