Documentation of applyColorMap is missing types (Bug #3376)
Description
Documentation of applyColorMap (http://docs.opencv.org/trunk/modules/contrib/doc/facerec/colormaps.html) should mention that the type of src should be either CV_8UC1 or CV_8UC3 otherwise it will simply copy src to dst (why?).
@ if(src.type() != CV_8UC1 && src.type() != CV_8UC3)
{
src.copyTo(_dst);
return;
}@
Associated revisions
Merge pull request #3376 from vriera:2.4
History
Updated by Ivan Korolev over 11 years ago
Hi Federico,
thanks for your bug report, please ask your question at http://answers.opencv.org/questions/.
- Status changed from New to Cancelled
- Category set to legacy, contrib