lundi 27 juillet 2015

opencv: check if two iplimages is equal to each other in c/c++?

i want to check two Iplimage if they are equal to each other in c? for example:

bool equal (Iplimage *source1, IplImage *source2) {
if (source1 == source2)
    return true;
return flase;
}

Aucun commentaire:

Enregistrer un commentaire