[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 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"]]