ee.Image.derivative
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह इनपुट इमेज के हर बैंड के लिए, पिक्सल कोऑर्डिनेट में X और Y के अलग-अलग डेरिवेटिव का हिसाब लगाता है.
इनपुट इमेज के हर बैंड के लिए, आउटपुट इमेज में दो बैंड होंगे. इनके नाम में _x
और _y
सफ़िक्स जोड़ा जाएगा. इनमें, संबंधित डेरिवेटिव शामिल होंगे.
इस्तेमाल | रिटर्न |
---|
Image.derivative() | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: image | इमेज | इनपुट इमेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eCalculates the X and Y derivatives for each band of an input image, providing separate output bands for each derivative.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eImage.derivative()\u003c/code\u003e processes an image and returns a new image containing the derivative information, denoted by suffixes \u003ccode\u003e_x\u003c/code\u003e and \u003ccode\u003e_y\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDerivative calculations are performed in pixel coordinates, reflecting the change in pixel values across the image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.derivative\n\nComputes the X and Y discrete derivatives for each band in the input image, in pixel coordinates.\n\n\u003cbr /\u003e\n\nFor each band of the input image, the output image will have two bands named with the suffixes `_x` and `_y`, containing the respective derivatives.\n\n| Usage | Returns |\n|----------------------|---------|\n| Image.derivative`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `image` | Image | The input image. |"]]