Ask Your Question

padfoot's profile - activity

2019-10-31 21:31:27 -0600 received badge  Enthusiast
2019-10-17 00:58:24 -0600 commented answer Getting error with freeType -> putText function

OK thanks ! Also is there anyway to convert IplImage * to cv::Mat

2019-10-17 00:56:10 -0600 commented answer Getting error with freeType -> putText function

OK thanks !

2019-10-17 00:56:02 -0600 received badge  Supporter (source)
2019-10-17 00:55:59 -0600 marked best answer Getting error with freeType -> putText function

I am getting an error

no matching function for call to ‘cv::freetype::FreeType2::putText(IplImage*&, cv::String&, CvPoint&, int&, cv::Scalar_<double>, int&, int&, bool)

for the following code - (Here show_image is declared as IplImage *show_image)

            ft2->putText( show_image, text, pt_text, fontHeight, cv::Scalar::all(0), baseline, linestyle, true );
2019-10-17 00:55:59 -0600 received badge  Scholar (source)
2019-10-16 23:46:05 -0600 asked a question Getting error with freeType -> putText function

Getting error with freeType -> putText function I am getting an error no matching function for call to ‘cv::freetyp