Remove adjusting brightness in backend
This commit is contained in:
parent
f4bbb14ab0
commit
6764c7bfe1
@ -45,7 +45,7 @@ public class ImageUtil {
|
||||
int lightRate = rotateDTO.getLightRate();
|
||||
if (lightRate != 0) {
|
||||
//OpenCVUtil.multiply(image, lightRate);
|
||||
OpenCVUtil.enhanceContrast(image, lightRate, 0);
|
||||
// OpenCVUtil.enhanceContrast(image, lightRate, 0);
|
||||
}
|
||||
return image;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user