تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحلّ هذه الدالة المعادلة المصفوفية A * x = B لإيجاد حلّ المربّعات الصغرى إذا كانت A محدّدة بشكل زائد لكل زوج مطابق من النطاقات في image1 وimage2. إذا كانت إحدى الصورتَين image1 أو image2 تحتوي على نطاق واحد فقط، يتم استخدامها مع جميع النطاقات في الصورة الأخرى. إذا كانت الصور تتضمّن العدد نفسه من النطاقات، ولكن ليس الأسماء نفسها، يتم استخدامها بشكل مزدوج بالترتيب الطبيعي. يتم تسمية النطاقات الناتجة حسب أطول نطاق من النطاقَين المُدخَلَين، أو إذا كانا متساويَين في الطول، يتم تسميتها حسب ترتيب image1. نوع وحدات البكسل الناتجة هو اتحاد الأنواع المدخلة.
الاستخدام
المرتجعات
Image.matrixSolve(image2)
صورة
الوسيطة
النوع
التفاصيل
هذا: image1
صورة
الصورة التي يتم أخذ النطاقات من المعامِل الأيسر منها.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Solves for x in the equation A * x = B using a least-squares approach for matching band pairs between two images."],["Accommodates single-band and multi-band images, pairing bands naturally or against all bands in the other image if necessary."],["Output bands inherit names from the longer input or image1's order for equal lengths, with pixel type determined by the union of input types."],["Accessed via `Image.matrixSolve(image2)`, returning a new Image."]]],["The `matrixSolve` method finds a least-squares solution for `x` in the equation A \\* x = B, where A is derived from `image1` and B from `image2`. It matches bands pairwise, or against all bands of the other image if one has a single band. Bands are matched in natural order if they share a count but not names. Output band names are derived from the longer input, or `image1` if lengths are equal, and output type is the union of input types.\n"]]