how to use bounding box to generate heatmap
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
when we use deep learning ,there will be bouding box A (x,y,w,h).
if I got many bounding box A1,A2,,,An, How can I transfer these bouding box and overlap together by heatmap?
Can anyone give me sugesstion?
3 Commenti
Ting Zheng
il 5 Nov 2022
Generate a MATRIX A, which is the same dimension as the image. Transfer A1,A2..An to the same size of matrix A, add all the area of bounding box, then use heatmap.
see the methods on the following paper. We have succeeded.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Data Distribution Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!