1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +08:00

Replace a dummy pointer with the smart in ERStat

This commit is contained in:
Vladislav Sovrasov
2016-11-18 17:17:12 +03:00
parent f3ca1a2f08
commit bedd1f763c
2 changed files with 5 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ public:
Rect rect;
double raw_moments[2]; //!< order 1 raw moments to derive the centroid
double central_moments[3]; //!< order 2 central moments to construct the covariance matrix
std::deque<int> *crossings;//!< horizontal crossings
Ptr<std::deque<int> > crossings;//!< horizontal crossings
float med_crossings; //!< median of the crossings at three different height levels
//! 2nd stage features