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);
Log in to post a comment.