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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user