We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just wondering, are the image pixels values in range [0 255] for all image encodings (Gaf, Mtf, RecPlot)?
The text was updated successfully, but these errors were encountered:
Hi,
The pixel values are not in range [0, 255] because they are not standard images.
The values of a GAF image are in range [-1, 1] (see their formulas):
The values of a MTF image are in range [0, 1] as each entry represents a probability:
The values of a RP image are (depending on the value of the threshold parameter):
threshold
Let me know if it is clear enough or not.
Sorry, something went wrong.
No branches or pull requests
Just wondering, are the image pixels values in range [0 255] for all image encodings (Gaf, Mtf, RecPlot)?
The text was updated successfully, but these errors were encountered: