Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cv::Mat class member

Hi,

I'm curious as to whether a cv::Mat class member is usually wrapped in a boost::shared_ptr is considered best practice?

I have seen this being used in a few places. If yes, then what are the advantages, specifically when considering if cv::Mat is used in vision/perception applications.

Thanks