标签: c opencv
我无法在official docs找到对它的引用。
答案 0 :(得分:1)
switches two values around:
#define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))