OpenAI + OpenCV — 2
Jun 20, 2023
Next,
idea: describe an image processing problem to OpenAI → receive code → run
input: an image as a numpy array
uses: opencv vector functions
return: darker version of the input image
conditions: without running a for loop on the pixels.
Next: More.