scan_peaks {bitmap} R Documentation

scan the peak signal inside the bitmap image data

Description

Usage

scan_peaks(bmp, pos, size,
    noise = 0.65,
    threshold = 30);

Arguments

bmp

[as BitmapReader]

pos

[x,y] position integer vector

size

[w,h] scan size integer vector

threshold

angle threshold value, value in range (0,90). [as double]

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package bitmap version 1.0.0.0 Index]