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