1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

Fixed Doxygen Warning and error

This commit is contained in:
sghoshcvc
2017-07-22 19:13:41 +02:00
parent ca2a2abed0
commit b913cac1df
4 changed files with 4 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
#include <iomanip>
#include <fstream>
void textbox_draw(cv::Mat &src, std::vector<cv::Rect> &groups,std::vector<float> &probs,std::vector<cv::String> wordList,float thres=0.6);
inline std::string getHelpStr(std::string progFname){
std::stringstream out;
out << " Demo of text detection CNN for text detection." << std::endl;
@@ -140,7 +141,4 @@ int main(int argc, const char * argv[]){
std::cout << "Press any key to exit." << std::endl << std::endl;
if ((cv::waitKey()&0xff) == ' ')
return 0;
}