[[["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."],[[["Transforms image data to unsigned 16-bit integer format."],["The operation is applied to the provided input image and returns a modified image."],["Primarily used for ensuring pixel data is represented as unsigned 16-bit integers, which is common in various image processing scenarios."]]],["The function `uint16()` converts an input image (`value`) to an unsigned 16-bit integer representation. It operates on an `Image` type, and the output is also an `Image`. The function's sole purpose is to change the data type of the input image to an unsigned 16-bit integer, with the operation being applied directly to the provided image.\n"]]