-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Looking at ph_image_digest function, I've discovered the following line:
(graysc / graysc.max()).pow(gamma);
It seems for me, that this line doesn't do anything, because graysc.max() returns scalar value, and operator/(const T value) returns new image instance. pow method is called on that instance, but it doesn't make any difference, because the result is not assigned anywhere.
Am I missing something there?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels