How does calcBackProject calculate the multi-channels image
The function calcBackProject in opencv output a single channel image with type CU_8U, especially for the rgb image? Can anyone tell me why or give me some explanation? Is it compute every channel and the merge them ?
add a comment