header file should not include itself (Feature #1422)


Added by Robert Pollak over 13 years ago. Updated about 13 years ago.


Status:Done Start date:
Priority:Low Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:imgproc, video
Target version:2.4.0
Difficulty: Pull request:

Description

opencv/modules/imgproc/include/opencv2/imgproc/types_c.h currently includes itself.


Associated revisions

Revision 00a58c9a
Added by Vadim Pisarevsky about 13 years ago

fixed bug #1422 (thanks to jondo for the patch)

Revision 54c68309
Added by Roman Donchenko over 11 years ago

Merge pull request #1422 from SpecLad:nat-act-upd

History

Updated by mr_timbeau - about 13 years ago

Just a short comment. I am new here and I don't know what the definitions are for the Priority values, but this "trivial" ticket meant that I couldn't compile the second tutorial. Here is one suggested fix to replace line 47:

#ifndef OPENCV_TYPES_C_H
#include "opencv2/core/types_c.h"
#endif

Updated by Vadim Pisarevsky about 13 years ago

thanks! fixed in SVN, r7229

  • Status changed from Open to Done
  • (deleted custom field) set to fixed

Updated by Andrey Kamaev about 13 years ago

  • Target version set to 2.4.0

Also available in: Atom PDF