با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
اگر و فقط اگر مقدار اول برای هر جفت باند همسان در image1 و image2 کمتر از دوم باشد، 1 را برمیگرداند. اگر تصویر1 یا image2 فقط 1 باند داشته باشد، در مقابل تمام باندهای تصویر دیگر استفاده می شود. اگر تصاویر دارای تعداد باندهای یکسانی باشند، اما نامهای یکسانی نداشته باشند، آنها به صورت دوتایی به ترتیب طبیعی استفاده میشوند. باندهای خروجی برای بلندتر از دو ورودی نامگذاری می شوند، یا اگر طول آنها مساوی باشد، به ترتیب image1 نامگذاری می شوند. نوع پیکسل های خروجی بولی است.
استفاده
برمی گرداند
Image.lt (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 بهوقت ساعت هماهنگ جهانی."],[[["This function returns 1 if the first image's band values are less than the second image's corresponding band values, otherwise it returns 0."],["It handles single-band and multi-band images, performing comparisons either across all bands or pairwise between corresponding bands."],["Output image bands are named based on the input images' band names and quantities, using the longer list or the first image's if equal in length."],["The resulting image contains boolean pixel values (1 or 0) indicating the comparison results."]]],["The `lt` operation compares two images (`image1` and `image2`) band by band, returning `1` if `image1`'s value is less than `image2`'s, and `0` otherwise. If one image has a single band, it's compared against all bands of the other. Bands are matched pairwise, either by name or in natural order if names differ. Output bands inherit names from the longer image or `image1` if lengths are equal. The output image consists of boolean pixel values.\n"]]