28 #ifndef OPENCVHELPERS_H_
29 #define OPENCVHELPERS_H_
51 img=cvCreateImage(size,depth,channels);
72 template<
class _t,
int len>
85 void Add(
const _t &x) {
97 return cvScalar( (rgb&0x0000ff),
104 std::ostream&
operator << (std::ostream &o,
const CvPoint2D32f &p);
105 std::ostream&
operator << (std::ostream &o,
const CvSize &s);
106 std::ostream&
operator << (std::ostream &o,
const CvPoint &p);
110 return cvPoint(a.x+b.x, a.y+b.y);