با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
برای هر جفت باند همسان در image1 و image2 مقدار اول را در دوم ضرب می کند. اگر تصویر1 یا image2 فقط 1 باند داشته باشد، در مقابل تمام باندهای تصویر دیگر استفاده می شود. اگر تصاویر دارای تعداد باندهای یکسانی باشند، اما نامهای یکسانی نداشته باشند، آنها به صورت دوتایی به ترتیب طبیعی استفاده میشوند. باندهای خروجی برای بلندتر از دو ورودی نامگذاری می شوند، یا اگر طول آنها مساوی باشد، به ترتیب image1 نامگذاری می شوند. نوع پیکسل های خروجی، اتحاد انواع ورودی است.
استفاده
برمی گرداند
Image.multiply (image2)
تصویر
استدلال
تایپ کنید
جزئیات
این: image1
تصویر
تصویری که باندهای عملوند سمت چپ از آن گرفته شده است.
image2
تصویر
تصویری که باندهای عملوند مناسب از آن گرفته شده است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["`Image.multiply()` multiplies corresponding bands of two images, handling single-band images and differing band names gracefully."],["The output image bands are named based on the input images, prioritizing the longer band list or image1's order for equal lengths."],["Pixel type in the output image is determined by combining the input pixel types."],["If a number is provided instead of an image, it's treated as a constant image for the multiplication."]]],["The `multiply()` function computes the product of pixel values from two images (`image1` and `image2`). It pairs bands from each image for multiplication. If one image has a single band, it's paired with all bands of the other. If both have multiple bands with different names, they are paired in their natural order. The output image bands are named based on the longer of the input image. Output pixel type is the union of input types.\n"]]