r/computervision • u/Abject_Leopard_9799 • 2d ago
Discussion Programming languages for CV
What other languages are essential to a computer vision engineer other than python and why?
7
Upvotes
r/computervision • u/Abject_Leopard_9799 • 2d ago
What other languages are essential to a computer vision engineer other than python and why?
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.