Aashay Shah

Results 5 comments of Aashay Shah

It should be quite simple using opencv.The documentation for the specific function you need to use can be found here: https://docs.opencv.org/master/d6/d0f/structcv_1_1gapi_1_1wip_1_1draw_1_1Text.html#details

Some example code: putText( image2, "OpenCV forever!", org, FONT_HERSHEY_COMPLEX, 3,Scalar(i, i, 255), 5,lineType ); It is taken from here: https://docs.opencv.org/master/de/d06/samples_2cpp_2tutorial_code_2ImgProc_2basic_drawing_2Drawing_2_8cpp-example.html#a22

I have opened a pull request for this issue. Please assign this issue to me. @Keavon

Thank you for confirming my approach! I was in the middle of finals hence the lack of a response from me in the last week. I will fix the bug...

I was able to reproduce the regression you mentioned but wasn't sure how to fix it.