Closed liuxufenfeiya closed 2 years ago
cv2.normalize(img,dst=None,alpha=350,beta=10,norm_type=cv2.NORM_MINMAX) 各位可以测一下,我这边是测了发现正常环境opencv和DPED没差多少 但是在极限弱光环境下,opencv的对比度拉升要好于DPED 左边原图,中间opencv,右边DPED
Hi @liuxufenfeiya,
DPED was trained for three particular camera sensor models. If you apply it to some random images - the results clearly won't be perfect.
cv2.normalize(img,dst=None,alpha=350,beta=10,norm_type=cv2.NORM_MINMAX) 各位可以测一下,我这边是测了发现正常环境opencv和DPED没差多少 但是在极限弱光环境下,opencv的对比度拉升要好于DPED 左边原图,中间opencv,右边DPED