dimanche 3 mai 2015

Equaling bounding box to another bounding box : Opencv , Android

I am trying to sort bounding boxes and in my algo I have a line in which bounding box of index j is equaling index j+1

 contourRects.get(j) = contourRects.get(j+1);

But it gives an error that left hand side can only be variable.

Aucun commentaire:

Enregistrer un commentaire