Cover Letter Detail
Show a cover letter.
GET /api/covers/21988/?format=api
{ "id": 21988, "url": "https://patchwork.libcamera.org/api/covers/21988/?format=api", "web_url": "https://patchwork.libcamera.org/cover/21988/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20241119103740.1919807-1-stefan.klug@ideasonboard.com>", "date": "2024-11-19T10:37:27", "name": "[v2,0/9] ove Matrix class from libipa to libcamera", "submitter": { "id": 184, "url": "https://patchwork.libcamera.org/api/people/184/?format=api", "name": "Stefan Klug", "email": "stefan.klug@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/21988/mbox/", "series": [ { "id": 4803, "url": "https://patchwork.libcamera.org/api/series/4803/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4803", "date": "2024-11-19T10:37:27", "name": "ove Matrix class from libipa to libcamera", "version": 2, "mbox": "https://patchwork.libcamera.org/series/4803/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/21988/comments/", "headers": { "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>", "X-Original-To": "parsemail@patchwork.libcamera.org", "Delivered-To": "parsemail@patchwork.libcamera.org", "Received": [ "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id DAEE3C326B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 19 Nov 2024 10:37:46 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 865A765EF1;\n\tTue, 19 Nov 2024 11:37:46 +0100 (CET)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 519B365EEB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 19 Nov 2024 11:37:45 +0100 (CET)", "from ideasonboard.com (unknown\n\t[IPv6:2a00:6020:448c:6c00:bf40:cdab:103d:2270])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id E9DB922E;\n\tTue, 19 Nov 2024 11:37:27 +0100 (CET)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"EA/GID2/\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1732012648;\n\tbh=kwBdIlhh5y8hqwKpABGcYHpqfIGb+wX9xi+p2KasLi0=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=EA/GID2/rbKfhl12ITXbmDjC4NuqtM4Pg1rX6OCtZ+Ug3GXSofAiFLtkVrp4HAS3i\n\tS8NMcMbHuH99w8MAMqis2hwRpApxlQYuG3lPSKBbGue/hTLTvwonPQJajTENTrC2pB\n\tHM0fd6kW18+++4dPL9sWXhTED/+dOQavBHrBCaFc=", "From": "Stefan Klug <stefan.klug@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Cc": "Stefan Klug <stefan.klug@ideasonboard.com>", "Subject": "[PATCH v2 0/9] ove Matrix class from libipa to libcamera", "Date": "Tue, 19 Nov 2024 11:37:27 +0100", "Message-ID": "<20241119103740.1919807-1-stefan.klug@ideasonboard.com>", "X-Mailer": "git-send-email 2.43.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.29", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "Hi all,\n\nMy upcoming dewarper series implements parametric lens dewarping inside\nthe rkisp1 pipeline. That code makes use of the Matrix class but lives\noutside of the IPA. I suspect there will be more cases, where a matrix\nis of good use inside libcamera.\n\nThis series movies the Matrix into libacmera/internal. As that gets\nlinked to the IPAs anyways, there are no negative effects for the IPAs.\n\nThis was tested on an imx8mp, but only compile tested for the\nRaspberryPi.\n\nRegards,\nStefan\n\nChanges since v1:\n- Split into smaller patches\n- Replaced the initializer_list based constructor with a std::vector\n based one to align with Vector\n- Dropped the Span based constructor as it is not used anywhere\n\nStefan Klug (9):\n ipa: rpi: Rename Matrix to Matrix3x3\n libcamera: Copy Matrix class from libipa to libcamera\n libcamera: internal: Move Matrix class into libcamera namespace\n libcamera: internal: matrix: Replace vector with array in constructor\n libcamera: internal: Add Matrix class to build\n ipa: rpi: ccm: Replace local matrix implementation with the one from\n libcamera\n libipa: Use Matrix class from libcamera\n rkisp1: Use Matrix class from libcamera\n libipa: Drop Matrix class\n\n .../libcamera/internal}/matrix.h | 16 ++---\n include/libcamera/internal/meson.build | 1 +\n src/ipa/libipa/meson.build | 2 -\n src/ipa/libipa/vector.h | 4 +-\n src/ipa/rkisp1/algorithms/ccm.h | 3 +-\n src/ipa/rkisp1/ipa_context.h | 2 +-\n src/ipa/rpi/controller/rpi/ccm.cpp | 58 +++++--------------\n src/ipa/rpi/controller/rpi/ccm.h | 35 +----------\n src/{ipa/libipa => libcamera}/matrix.cpp | 8 +--\n src/libcamera/meson.build | 1 +\n 10 files changed, 33 insertions(+), 97 deletions(-)\n rename {src/ipa/libipa => include/libcamera/internal}/matrix.h (91%)\n rename src/{ipa/libipa => libcamera}/matrix.cpp (97%)" }