how to use bounding box to generate heatmap
3 views (last 30 days)
Show older comments
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 Comments
Ting Zheng
on 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.
Answers (0)
See Also
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!