با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
می توانید گرادیان هر باند تصویر را با image.gradient() محاسبه کنید. به عنوان مثال، کد زیر مقدار گرادیان و جهت باند پانکروماتیک Landsat 8 را محاسبه می کند:
توجه داشته باشید که gradient() دو باند خروجی می دهد: گرادیان در جهت X و گرادیان در جهت Y. همانطور که در مثال نشان داده شده است، این دو جهت را می توان برای بدست آوردن مقدار و جهت گرادیان ترکیب کرد. قدر باید چیزی شبیه به شکل 1 باشد.
شکل 1. بزرگی گرادیان پانکروماتیک برای تصاویر Landsat 8 در منطقه خلیج سانفرانسیسکو، کالیفرنیا، ایالات متحده.
تاریخ آخرین بهروزرسانی 2025-02-18 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-02-18 بهوقت ساعت هماهنگ جهانی."],[[["The `image.gradient()` function in Google Earth Engine calculates the gradient of each band in an image, yielding X and Y direction components."],["By combining the X and Y gradient components, you can derive both the gradient magnitude and direction."],["The gradient magnitude represents the rate of change in pixel values, while the direction indicates the orientation of this change."],["Visualizing the gradient can highlight areas of rapid change in the image, such as edges and textures."],["This functionality is demonstrated using Landsat 8 panchromatic data, showcasing the gradient over the San Francisco Bay area."]]],["The `image.gradient()` function computes the gradient of each image band, outputting X and Y-direction gradients. The example loads a Landsat 8 panchromatic band image, calculates the X and Y gradients, then determines the gradient's magnitude by combining the squared X and Y values and the gradient's direction using `atan2` function. Finally, it displays the gradient and its direction, centered on San Francisco. The image gradient magnitude is then illustrated.\n"]]