Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

altunenes/NormLuminance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

NormLuminance

Luminance Normalization of given images

Stimulus normalization is an important step before the conduct an experiment with given stimuli which ensures stimuli have a similar pixel distribution. This code provides normalization of "Values(from the HSV)" of the given image set.

here is the math:

img_lum = (img_lum - np.min(img_lum)) / (np.max(img_lum) - np.min(img_lum))

About

Luminance Normalization of given images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages