delete Debug

This commit is contained in:
Erik Wienecke 2025-06-25 14:34:35 +02:00
parent 31b9f03447
commit b43d2da209

View File

@ -81,7 +81,7 @@
#include <gst/opencv/gstopencvutils.h>
#include <opencv2/core/ocl.hpp> // added
#include <opencv2/core/ocl.hpp>
GST_DEBUG_CATEGORY_STATIC (gst_camera_undistort_debug);
#define GST_CAT_DEFAULT gst_camera_undistort_debug
@ -340,10 +340,6 @@
/* UMat output back to Mat */
cv_output_umat.copyTo(outimg);
// old remap function, without GPU support
/* do the undistort */
// cv::remap (img, outimg, undist->map1, undist->map2, cv::INTER_LINEAR);
if (undist->crop) {
/* TODO do the cropping */
const cv::Scalar CROP_COLOR (0, 255, 0);