Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Tworzy obraz tablicy, w którym każdy piksel o wartości tablicy jest maskowany innym pikselem o wartości tablicy, zachowując tylko elementy, w których maska ma wartość różną od zera. Jeśli obraz maski ma 1 pasmo, zostanie zastosowany do wszystkich pasm obrazu „input”. W przeciwnym razie muszą mieć taką samą liczbę pasm.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["`arrayMask` creates a masked array image by retaining elements where the mask image is non-zero."],["It can be applied to 1D or 2D array images, using either single-band or multi-band masks."],["If the mask has one band, it's applied to all bands of the input array image; otherwise, they must have the same number of bands."],["The masking operation effectively filters out array elements corresponding to zero values in the mask."],["This function is useful for selectively manipulating or analyzing specific elements within array images."]]],[]]