I am trying to convert concentric circles into straight lines using linear polar:
I get the following error referring to the last line:
TypeError: a float is required
I am confused because both the input and output array in the linearPolar() function are float type
Opencv3 and python 3.5.1