i am trying to implement or kinda of 'porting' a Udacity Advanced LaneDetection project in C++ code this project has been originally implemented in Python but i would like to implement in C++
everything was fine except Numpy.polyfit method.
Is there any function like Numpy.polyfit in opencv ? or c+++?