ee.Image.translate
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इनपुट इमेज का अनुवाद करें.
इस्तेमाल | रिटर्न |
---|
Image.translate(x, y, units, proj) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: input | इमेज | |
x | फ़्लोट | इमेज को x दिशा में अनुवादित करने की रकम. |
y | फ़्लोट | इमेज को y दिशा में अनुवादित करने की वैल्यू. |
units | स्ट्रिंग, डिफ़ॉल्ट: "meters" | x और y के लिए इकाइयां; 'मीटर' या 'पिक्सल'. |
proj | प्रोजेक्शन, डिफ़ॉल्ट: null | वह प्रोजेक्शन जिसमें इमेज का अनुवाद करना है. डिफ़ॉल्ट रूप से, यह पहले बैंड का प्रोजेक्शन होता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["The core function described is `Image.translate(x, y, units, proj)`, which shifts an image spatially. It takes `x` and `y` values (floats) to define the translation amount in each direction. The `units` parameter specifies whether `x` and `y` are in 'meters' or 'pixels' (default is 'meters'). An optional `proj` argument can be used to define the translation projection, defaulting to the first band's projection. The function returns a translated `Image`.\n"],null,[]]