UNPKG

opencv-build

Version:

A simple script to auto build recent OpenCV + contrib version via npm

18 lines (17 loc) 623 B
export declare const OPENCV_CONTRIB_ARCHIVE = "https://github.com/opencv/opencv_contrib/archive/3.4.6.tar.gz"; export declare const opencvRepoUrl = "https://github.com/opencv/opencv.git"; export declare const opencvContribRepoUrl = "https://github.com/opencv/opencv_contrib.git"; export declare const opencvModules: string[]; export declare const cmakeVsCompilers: { '10': string; '11': string; '12': string; '14': string; '15': string; }; export declare const cmakeArchs: { 'x64': string; 'ia32': string; 'arm': string; }; export declare const defaultCmakeFlags: string[];