Stay organized with collections
Save and categorize content based on your preferences.
Computes the positional indices of the maximum value in image of array values. If there are multiple occurrences of the maximum, the indices reflect the first.
[[["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."],[[["`Image.arrayArgmax()` identifies the positional index of the maximum value within an image's array of values."],["In cases where the maximum value appears multiple times, the function returns the index of the first occurrence."],["The function works with both 1D and multidimensional arrays, providing the index or indices corresponding to the maximum value's location."],["This method returns a new Image where each pixel represents the index or indices of the maximum value in the input image's corresponding pixel array."]]],[]]