mardi 12 juillet 2016

Why is the picture changed by opencv is unclear in iOS program?


I use the opencv in iOS:

UIImage* original_Img = [UIImage imageNamed:IMG_NAME];
UIImageToMat(original_Img, _cvImage, true);
UIImage* rImage = MatToUIImage(_cvImage);
[self.personView setImage:rImage];

image contrast

why is the picture unclear?


Aucun commentaire:

Enregistrer un commentaire