Documentation of applyColorMap is missing types (Bug #3376)


Added by Federico Perazzi over 11 years ago. Updated over 11 years ago.


Status:Cancelled Start date:2013-11-12
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:legacy, contrib
Target version:-
Affected version:2.4.6 (latest release) Operating System:Any
Difficulty: HW Platform:Any
Pull request:

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

Revision 23b28a67
Added by Vadim Pisarevsky over 10 years ago

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

Also available in: Atom PDF