Commit b913cac1 authored by sghoshcvc's avatar sghoshcvc

Fixed Doxygen Warning and error

parent ca2a2abe
......@@ -613,10 +613,6 @@ public:
@param emission_probabilities_table Table with observation emission probabilities. cols ==
rows == vocabulary.size().
@param windowWidth The width of the windows to which the sliding window will be iterated. The height will
be the height of the image. The windows might be resized to fit the classifiers input by the classifiers
preprocessor.
@param mode HMM Decoding algorithm (only Viterbi for the moment)
@param beam_size Size of the beam in Beam Search algorithm
......
......@@ -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;
}
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