diff --git a/apps/interactive-calibration/frameProcessor.cpp b/apps/interactive-calibration/frameProcessor.cpp index f43ee9094a..aaeabe6fbb 100644 --- a/apps/interactive-calibration/frameProcessor.cpp +++ b/apps/interactive-calibration/frameProcessor.cpp @@ -75,7 +75,7 @@ bool CalibProcessor::detectAndParseChAruco(const cv::Mat &frame) { cv::Ptr board = mCharucoBoard.staticCast(); - std::vector > corners, rejected; + std::vector > corners; std::vector ids; cv::Mat currentCharucoCorners, currentCharucoIds; detector->detectBoard(frame, currentCharucoCorners, currentCharucoIds, corners, ids);