Yes, Matlab's Computer Vision toolbox can be used for large-scale products, though its suitability depends on the specific requirements of the project. Matlab excels in rapid prototyping, algorithm development, and data visualization, making it a strong choice for research and early development.
However, deploying Matlab-based solutions at scale can pose challenges, such as licensing costs and integration with production environments. Many developers export Matlab code to C/C++ or integrate it with platforms like TensorFlow or PyTorch for deployment.
If your project involves real-time processing or large-scale deployment, you might need to balance Matlab’s strengths in prototyping with more scalable tools for production.