Commit 4c9af581 authored by sghoshcvc's avatar sghoshcvc

Fixed Text box demo error

parent b913cac1
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <iomanip> #include <iomanip>
#include <fstream> #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); void textbox_draw(cv::Mat &src, std::vector<cv::Rect> &groups,std::vector<float> &probs,std::vector<cv::String> wordList,float thres);
inline std::string getHelpStr(std::string progFname){ inline std::string getHelpStr(std::string progFname){
std::stringstream out; std::stringstream out;
out << " Demo of text detection CNN for text detection." << std::endl; out << " Demo of text detection CNN for text detection." << std::endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment