Segmentation methods
The module rois
has a collection of functions to segment and find regions of interest in audio and spectrograms.
Temporal (1D)
|
Find region of interest using known estimates of signal length and frequency limits. |
Spectro-temporal (2D)
|
Binarize an image based on a double threshold. |
|
Select regions of interest based on its dimensions. |
|
Take a matrix full of zeros and add ones in delimited regions defined by rois. |
|
Use normalized spectrogram cross-correlation to detect the occurrence of a template sound in a target audio. |
|
Find peaks on spectrogram as coordinate list in time and frequency |