Ask Your Question

Haresh Karnan's profile - activity

2019-07-11 15:55:43 -0600 answered a question python openCV - Assertion failed (npoints >= 0 && (depth == CV_32F || depth == CV_64F)) in projectPoints

use dtype = np.float64 That solved my issue !