Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2013-02-05 08:23:15 -0600

SR gravatar image

Is it safe to use cv::Ptr<> within STL containers?

AFAIK std::auto_ptr<> is not suitable for STL containers.

Is it safe to use cv::Ptr<> within STL containers e.g. as std::vector< cv::Ptr<MyObject> >?