I couldn't find reference to it in the official docs.
Asked
Active
Viewed 443 times
1 Answers
1
It switches two values around:
#define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))

phihag
- 278,196
- 72
- 453
- 469