How to use sliding window technique to detect one single line
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I've a text documents and I've detected objects using bounding boxes. Now I want to join the bounding boxes of a line. So how to use the sliding window technique for this??
8 commentaires
Réponses (1)
Walter Roberson
le 19 Avr 2019
Use nlfilter() to apply nonlinear algorithms to sliding windows.
That said, there are some algorithms that can be much more efficiently calculated by using conv2() or morphological operations.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
