Stay organized with collections
Save and categorize content based on your preferences.
Scales the input so that the range of input values [low, high] becomes [0, 1]. Values outside the range are NOT clamped. This algorithm always produces floating point pixels.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Scales image pixel values to a range of 0 to 1, mapping input value `low` to 0 and `high` to 1."],["Values outside the specified `low` and `high` range are not clamped and will be scaled accordingly."],["The `unitScale` algorithm always outputs an image with floating point pixel values."],["The original image is used as input and a new scaled image is returned."]]],[]]