how to use bounding box to generate heatmap
1 回表示 (過去 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!