Код: Выделить всё
Error exists after running preLaunch Task 'C/C++: g++.exe build active file'.Код: Выделить всё
Debug AnywayКод: Выделить всё
program 'C:\Users\kobe_\software zone\ObjectDetection\main.exe' does not existКод: Выделить всё
#include Вот мой скрипт (C:\Users\kobe_\software Zone\ObjectDetection\main.cpp):
Код: Выделить всё
#include
#include
int main() {
cv::Mat image = cv::imread("C:\\Users\\kobe_\\Downloads\\Screenshot 2024-06-29 233154.png");
if (image.empty()) {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78688770/how-can-i-make-opencv-work-normally-without-needing-to-run-cmake-run-without-d[/url]