[Bug 778020] opencv: Don't store C++ types directly in C structs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 4 17:52:52 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=778020

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
                 CC|                            |t.i.m at zen.co.uk
           Assignee|luis at debethencourt.com      |gstreamer-bugs at lists.freede
                   |                            |sktop.org

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
These look suspicious:

MotionCells.h:  vector < MotionCellsIdx > m_MotionCells;
MotionCells.h:  vector < OverlayRegions > m_OverlayRegions;
MotionCells.h:  MotionCellHeader m_header;

These might be ok:

gstdisparity.h:  cv::Ptr<cv::StereoBM> sbm;
gstdisparity.h:  cv::Ptr<cv::StereoSGBM> sgbm;

gstsegmentation.h:  cv::Ptr<cv::BackgroundSubtractor> mog;
gstsegmentation.h:  cv::Ptr<cv::BackgroundSubtractorMOG2> mog2;

?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list