ee.Image.displacement
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
جابجاییهای مورد نیاز برای ثبت یک تصویر در تصویر مرجع را تعیین میکند، در حالی که امکان تغییر شکلهای موضعی ورق لاستیکی را فراهم میکند. جابهجاییها در CRS تصویر مرجع، در مقیاسی که با کمترین وضوح از سه پیشنمایش زیر دیکته میشود، محاسبه میشوند: طرحریزی تصویر ورودی، پیشبینی تصویر مرجع، و طرح درخواستی. سپس جابجایی ها برای خروجی به طرح ریزی مشخص شده توسط کاربر تبدیل می شوند.
استفاده | برمی گرداند | Image. displacement (referenceImage, maxOffset, projection , patchWidth , stiffness ) | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویر برای ثبت نام |
referenceImage | تصویر | تصویر برای ثبت نام |
maxOffset | شناور | حداکثر افست مجاز هنگام تلاش برای تراز کردن تصاویر ورودی، بر حسب متر. استفاده از یک مقدار کوچکتر می تواند زمان محاسبات را به میزان قابل توجهی کاهش دهد، اما همچنان باید آنقدر بزرگ باشد که بیشترین جابجایی را در کل منطقه تصویر پوشش دهد. |
projection | Projection، پیش فرض: null | طرح ریزی که در آن مقادیر جابجایی خروجی می شود. پیش فرض طرح اولین باند تصویر مرجع است. |
patchWidth | شناور، پیش فرض: null | اندازه پچ برای تشخیص انحراف تصویر، بر حسب متر. این باید به اندازه کافی بزرگ تنظیم شود تا بافت را به تصویر بکشد، و همچنین به اندازه کافی بزرگ باشد که اشیاء نادیده گرفته شده در وصله کوچک باشند. پیش فرض صفر است. اندازه پچ در صورت عدم ارائه به صورت خودکار تعیین می شود. |
stiffness | شناور، پیش فرض: 5 | محدودیت سختی را بر محلول اعمال می کند. مقادیر معتبر در محدوده [0،10] قرار دارند. سفتی برای رد بیرونی هنگام تعیین جابجایی در نقاط شبکه مجاور استفاده می شود. مقادیر بالاتر راه حل را به سمت یک تبدیل صلب حرکت می دهد. مقادیر پایین تر امکان اعوجاج یا تاب برداشتن تصویر را در حین ثبت نام فراهم می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis method calculates the displacements needed to align an image with a reference image, allowing for localized, flexible deformations.\u003c/p\u003e\n"],["\u003cp\u003eDisplacements are determined in the reference image's coordinate system and at a resolution based on the input, reference, and requested projections.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify a maximum offset for alignment, a projection for outputting displacements, a patch size for offset detection, and a stiffness parameter to control deformation.\u003c/p\u003e\n"],["\u003cp\u003eThe output is an image containing the calculated displacement values, which can be used to warp or transform the input image to match the reference image.\u003c/p\u003e\n"],["\u003cp\u003eUsing a smaller \u003ccode\u003emaxOffset\u003c/code\u003e value can speed up computation but must be sufficient to cover the largest displacement within the image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.displacement\n\nDetermines displacements required to register an image to a reference image while allowing local, rubber sheet deformations. Displacements are computed in the CRS of the reference image, at a scale dictated by the lowest resolution of the following three projections: input image projection, reference image projection, and requested projection. The displacements are then transformed into the user-specified projection for output.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------------------------------------------------|---------|\n| Image.displacement`(referenceImage, maxOffset, `*projection* `, `*patchWidth* `, `*stiffness*`)` | Image |\n\n| Argument | Type | Details |\n|------------------|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `image` | Image | The image to register. |\n| `referenceImage` | Image | The image to register to. |\n| `maxOffset` | Float | The maximum offset allowed when attempting to align the input images, in meters. Using a smaller value can reduce computation time significantly, but it must still be large enough to cover the greatest displacement within the entire image region. |\n| `projection` | Projection, default: null | The projection in which to output displacement values. The default is the projection of the first band of the reference image. |\n| `patchWidth` | Float, default: null | Patch size for detecting image offsets, in meters. This should be set large enough to capture texture, as well as large enough that ignorable objects are small within the patch. Default is null. Patch size will be determined automatically if not provided. |\n| `stiffness` | Float, default: 5 | Enforces a stiffness constraint on the solution. Valid values are in the range \\[0,10\\]. The stiffness is used for outlier rejection when determining displacements at adjacent grid points. Higher values move the solution towards a rigid transformation. Lower values allow more distortion or warping of the image during registration. |"]]