Menu

#30 Marker class is missing copy assignment operator

v1.0 (example)
open
nobody
None
5
2017-05-11
2017-05-11
most yuut
No

The copy constructor does a deep copy of the Mat members. A copy constructor should be implemented that does the same.

The copy assignment is used at least in MarkerCandidate:

((Marker )this) = ((Marker )&M);

Discussion


Log in to post a comment.

MongoDB Logo MongoDB