First time here? Check out the FAQ!
answered 2013-09-11 07:04:54 -0600
Most likely cv::Vec3b has no overloaded ostream& operator << (ostream& os) const; member. Thus, it is unclear how it should be serialized to a stream and its address (not sure) is written to the stream.
cv::Vec3b
ostream& operator << (ostream& os) const;