Berkeley Indices Trajectory Extractor (BITE)
Berkeley Indices Trajectory Extractor (BITE) is an algorithm to derive disturbance maps from multi-temporal remote sensing image stacks. Particularly, BITE can distinguish persistent forest, slow-onset disturbances and rapid-onset disturbances. Slow-onset disturbances are usually caused by diseases and insects, which result in forest loss over a long period. Rapid-onset disturbances are abrupt loss of canopies that are usually caused by clearcut, logging, prescribed fires, wildfires and other natural disasters. BITE features a distinctive processing flow that requires almost no parameters for tuning but a training dataset to fit statistical learning models. The models are used to predict the features extracted from the trajectories, which are derived from segmenting time-series for multiple spectral indices. For each spectral index, a disturbance map can be derived, and by integrating these maps a final integrated disturbance map is produced via a plurality voting, thus is more accurate than any disturbance map of a single spectral index. BITE algorithm was tested to be resistant to data gaps (clouds/shadow/snow) and noises (haze, temporal fluctuation, minor misregistrations).
The algorithm is introduced in,
Chen, Y., Liang, L., Hawbaker, T.J., Gong, P., Biging, G.S., Zhu, Z., BITE: An algorithm for mapping slow-onset forest disturbances caused by mountain pine beetles with Landsat image stacks. Remote Sensing of Environment, submitted.
Read BITE_UserGuideV1.1.pdf for instructions.
Cite As
Yanlei (2024). Berkeley Indices Trajectory Extractor (BITE) (https://www.mathworks.com/matlabcentral/fileexchange/47783-berkeley-indices-trajectory-extractor-bite), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Object Detection Using Features >
Tags
Acknowledgements
Inspired by: Label connected components in 2-D array
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
BITEV1.1/
LIBSVM/
Version | Published | Release Notes | |
---|---|---|---|
1.13 | Will now automatically update forest mask to include nodata pixels in Module_Trajectory.m. |
|
|
1.12.0.0 | Add a space after '=' for some char strings in writeenvi.m. |
|
|
1.11.0.0 | Fixed a bug that may cause mismatched observations in Module_FittingModels.m. |
|
|
1.10.0.0 | Fixed a description. The input images for Module_TimeSeriesStack.m end with 'c' instead of 's'. |
|
|
1.9.0.0 | Fixed an error that can be caused by 0 division when calculating R-squared in Segmentation.m. |
|
|
1.8.0.0 | Fixed an error in Function Module_TimeSeriesStack.m of mismatched image size. |
|
|
1.7.0.0 | Fixed an error in Function Module_Subsetimg(). It should work as intended now.
|
|
|
1.6.0.0 | Add models folder for the default CART and SVM models. Add LIBSVM folder for the LIBSVM files for matlab. |
||
1.5.0.0 | Changed the Screenshot. |
||
1.4.0.0 | Update the User Guide BITE_UserGuideV1.pdf and convert into pdf. |
||
1.3.0.0 | Updates some introductions in the functions and guides. |
||
1.2.0.0 | n/a |
||
1.1.0.0 | n/a |
||
1.0.0.0 |