mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
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:
parent
cfd94e5f85
commit
82cf918b5b
6 changed files with 10 additions and 8 deletions
|
@ -9,8 +9,9 @@
|
|||
|
||||
#include <optional>
|
||||
|
||||
#include "libcamera/internal/vector.h"
|
||||
|
||||
#include "libipa/interpolator.h"
|
||||
#include "libipa/vector.h"
|
||||
|
||||
#include "algorithm.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue