You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# iec104
IEC104规约
OpenCV 3.4.16 Compile:
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_opencv_world=OFF -DBUILD_PNG=ON -DBUILD_JASPER=ON -DBUILD_JPEG=ON -DBUILD_TIFF=ON -DBUILD_ZLIB=ON -DWITH_JPEG=ON -DWITH_PNG=ON -DWITH_JASPER=ON -DWITH_TIFF=ON -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DOPENCV_GENERATE_PKGCONFIG=ON -DBUILD_OPENEXR=ON ..
cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_opencv_world=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DOPENCV_GENERATE_PKGCONFIG=ON ..
make -j8
make install
增加文件: /etc/ld.so.conf.d/OpenCV.conf 文件内容为
/usr/local/lib64
保存后执行命令 ldconfig
编译iec104
在src同级目录下建两个子目录:
obj bin
然后进入 src 目录,执行命令 make