···4444 ~FrameMat();
45454646 /*!
4747- * Wraps the given @ref cv::Mat assuming it's a 24bit RGB format matrix, the pointer pointed to by @ref xf_ptr
4848- * will have it's reference updated.
4747+ * Wraps the given @ref cv::Mat assuming it's a 24bit RGB format matrix.
4848+ * In all but the most strange cases you probably want the pointer
4949+ * pointed to by @ref xf_ptr to be nullptr, if not nullptr it will have
5050+ * it's reference decremented so make sure it's a valid pointer.
4951 */
5052 static void
5153 wrapR8G8B8(cv::Mat mat, xrt_frame **xf_ptr, const Params /*&&?*/ params = {});
52545355 /*!
5454- * Wraps the given @ref cv::Mat assuming it's a 8bit format matrix, the pointer pointed to by @ref xf_ptr will
5555- * have it's reference updated.
5656+ * Wraps the given @ref cv::Mat assuming it's a 8bit format matrix.
5757+ * In all but the most strange cases you probably want the pointer
5858+ * pointed to by @ref xf_ptr to be nullptr, if not nullptr it will have
5959+ * it's reference decremented so make sure it's a valid pointer.
5660 */
5761 static void
5862 wrapL8(cv::Mat mat, xrt_frame **xf_ptr, const Params /*&&?*/ params = {});