how to use bounding box to generate heatmap
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Ting Zheng
el 5 de Nov. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Data Distribution Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!