Code Generation, GPU, and Third-Party Support

C/C++ and GPU code generation, learn about OCR language data support, use the OpenCV interface, learn about fixed-point data type support, and generate HDL code

MATLAB Coder™, Simulink Coder™, and Embedded Coder™ generates ANSI-compliant C/C++ code and standalone executables from Computer Vision Toolbox™ functions that support C/C++ code generation.

The GPU Coder generates CUDA® code and standalone executables for functions that support GPU code generation. Computer Vision Toolbox also includes functions that can automatically run on a GPU. This support require the Parallel Computing Toolbox™.

The Computer Vision Toolbox provides an OpenCV Interface C++ API and an OCR language data files support package. Use the API for integrating OpenCV C++ code into MATLAB®. You can also use this support package to build MEX-files that call OpenCV functions. The support package also contains graphics processing unit (GPU) support. The OCR Language Data support package contains pretrained language data files from the OCR Engine page, tesseract-ocr, to use with the ocr function.

Featured Examples