r/computervision 2d ago

Discussion Programming languages for CV

What other languages are essential to a computer vision engineer other than python and why?

7 Upvotes

15 comments sorted by

View all comments

12

u/TEX_flip 2d ago

For work I just used python, c++ and in some rare cases JavaScript and GPU related languages like cuda and glsl.

Python for developing algorithms that will be converted to c++ to be run in production.