Ask Your Question

tripzero's profile - activity

2015-04-13 00:32:12 -0600 answered a question How to generate python wrapper using gen2.py

Why not just make that a python function?

def sample(img, retImg): retImg = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) return retImg

2015-04-13 00:32:12 -0600 asked a question where did python cv2.create*FaceRecognizer() go in 3.0?

it seems to be missing :(. Did it move namespaces, or was it just removed completely?