Home > Back-end >  The vector <Point> application memory times wrong
The vector <Point> application memory times wrong

Time:11-14

The Point is the class in the opencv
 for (int j=0; JPointset. Push_back (approx2list [j]); 
}

This step application memory times wrong, memory leak check when below:
Ask, where is wrong?

CodePudding user response:

Store Pointers don't store objects,
  • Related