I hereby claim:
- I am nvs-abhilash on github.
- I am nvsabhilash (https://keybase.io/nvsabhilash) on keybase.
- I have a public key ASAgYkiRdcC79oZGxueImuC6X81g_yoOJrJtLiirttZ0cAo
To claim this, I am signing this object:
import cv2 | |
import numpy as np | |
def cart2pol(x, y): | |
theta = np.arctan2(y, x) | |
rho = np.hypot(x, y) | |
return theta, rho | |
I hereby claim:
To claim this, I am signing this object: