how to use bounding box to generate heatmap
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
Ting Zheng
2022-11-5
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Distribution Plots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!