Fill the region of rotating bounding box with nearest pixel value
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a rotating bounding box in an image. I want to fill region inside the bounding box with nearest pixel values outside the bounding box. I am thinking of going through the regions of the bounding box iteratively and calculating the left and right neighbour value for each row and fill that row with those values. Before doing that i want to know is there an elegant and better way of doing that in Matlab or opencv (python) by using some functions
0 Commenti
Risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!