rkisp1: Use Matrix class from libcamera
Use the Matrix class from libcamera/internal in the rkisp IPA so that the libipa one can be dropped later. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
460a955618
commit
9048d135b5
2 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@
|
|||
|
||||
#include <linux/rkisp1-config.h>
|
||||
|
||||
#include "libcamera/internal/matrix.h"
|
||||
|
||||
#include "libipa/interpolator.h"
|
||||
#include "libipa/matrix.h"
|
||||
|
||||
#include "algorithm.h"
|
||||
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
#include <libcamera/ipa/core_ipa_interface.h>
|
||||
|
||||
#include "libcamera/internal/debug_controls.h"
|
||||
#include "libcamera/internal/matrix.h"
|
||||
|
||||
#include <libipa/camera_sensor_helper.h>
|
||||
#include <libipa/fc_queue.h>
|
||||
#include <libipa/matrix.h>
|
||||
#include <libipa/vector.h>
|
||||
|
||||
namespace libcamera {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue