xutch
Results
2
issues of
xutch
I found that the ios version opencv read .png as rgb (but jpeg as bgr). `cv::Mat img = cv::imread("test.png");` `cv::cvtColor(img, img, cv::COLOR_RGB2BGR);` `cv::imwrite("new.png", img);` the code above generate correct new.png,...
I want use go-swagger to generate spec from code. There is a parameter used by many routes, So the annotation looks like the following: // swagger:parameters opid1 opid2 opid3 opid4...
scanner
generate spec