aijle
Results
1
issues of
aijle
```c++ #include #include #include #include DEC_bool(cout); int main(int argc, char** argv) { co::init(); log::init(); FLG_cout = true; co::WaitGroup wg; auto mat = cv::imread("./bar.jpeg", cv::IMREAD_UNCHANGED); cv::Mat tmp; cv::resize(mat, tmp, cv::Size(100, 100));...
need more details