ipa: Use Vector class from libcamera

Now that there is a Vector class in libcamera, use that one.

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
Stefan Klug 2025-02-06 15:10:10 +01:00
parent cfd94e5f85
commit 82cf918b5b
6 changed files with 10 additions and 8 deletions

View file

@ -9,8 +9,9 @@
#include <optional>
#include "libcamera/internal/vector.h"
#include "libipa/interpolator.h"
#include "libipa/vector.h"
#include "algorithm.h"