Skip to content

Instantly share code, notes, and snippets.

@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 ODROID-C2 Make all
Last active March 24, 2016 08:26
Make log building OpenCV 3.1.0 on ODROID-C2
odroid@odroid64:~/opencv/build$ time make -j4 all
Scanning dependencies of target libwebp
Scanning dependencies of target libjpeg
Scanning dependencies of target libtiff
Scanning dependencies of target libjasper
[ 0%] [ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdinput.c.o
Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/frame.c.o
[ 1%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jas_seq.c.o
[ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcarith.c.o
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 ODROID-C2 Make install
Last active March 24, 2016 08:28
Make log installing OpenCV 3.1.0 on ODROID-C2
odroid@odroid64:~/opencv/build$ time sudo make install
[sudo] password for odroid:
[ 3%] Built target libtiff
[ 7%] Built target libjpeg
[ 12%] Built target libwebp
[ 14%] Built target libjasper
[ 20%] Built target IlmImf
[ 20%] Built target opencv_core_pch_dephelp
[ 20%] Built target pch_Generate_opencv_core
[ 25%] Built target opencv_core
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 PINE 64 CMake
Created May 24, 2016 00:04
CMake log building OpenCV 3.1.0 on PINE 64
ubuntu@localhost:~/opencv/build$ time cmake -DBUILD_EXAMPLES:BOOL=ON ../
-- The CXX compiler identification is GNU 5.3.1
-- The C compiler identification is GNU 5.3.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 PINE 64 Make all
Created May 24, 2016 00:06
Make log building OpenCV 3.1.0 on PINE64
ubuntu@pine64:~/opencv/build$ time make -j 4 all
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcapistd.c.o
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8l.c.o
[ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
[ 1%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jpc_qmfb.c.o
[ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdmainct.c.o
[ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_close.c.o
[ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdinput.c.o
[ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_codec.c.o
[ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_color.c.o
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 PINE 64 Make install
Created May 24, 2016 00:12
Make log installing OpenCV 3.1.0 on PINE 64
ubuntu@pine64:~/opencv/build$ time sudo make install
[sudo] password for ubuntu:
[ 2%] Built target libtiff
[ 6%] Built target libjpeg
[ 10%] Built target libwebp
[ 13%] Built target libjasper
[ 18%] Built target IlmImf
[ 19%] Built target opencv_core_pch_dephelp
[ 19%] Built target opencv_test_core_pch_dephelp
[ 19%] Built target pch_Generate_opencv_core
@tomoaki0705
tomoaki0705 / build_log
Created September 27, 2016 06:42
build log using clang on Raspberry Pi 3
pi@raspberrypi:~/opencv-fork $ git rev-parse HEAD
8f91529edfd3a74383a47120f574bb7de09bfe9f
pi@raspberrypi:~/opencv-fork $ mkdir clang
pi@raspberrypi:~/opencv-fork $ cd clang
pi@raspberrypi:~/opencv-fork/clang $ CC=/usr/bin/clang-3.7 CXX=/usr/bin/clang++-3.7 cmake ..
-- The CXX compiler identification is Clang 3.7.0
-- The C compiler identification is Clang 3.7.0
-- Check for working CXX compiler: /usr/bin/clang++-3.7
-- Check for working CXX compiler: /usr/bin/clang++-3.7 -- works
-- Detecting CXX compiler ABI info
@tomoaki0705
tomoaki0705 / Error_perf_core_summary_jetsontx1
Last active October 26, 2016 01:16
Error summary of opencv_perf_core on JetsonTX1
[ FAILED ] 3 tests, listed below:
[ FAILED ] OCL_LogFixture_Log.Log/3, where GetParam() = (1280x720, 32FC4)
[ FAILED ] OCL_LogFixture_Log.Log/5, where GetParam() = (1920x1080, 32FC4)
[ FAILED ] OCL_LogFixture_Log.Log/6, where GetParam() = (3840x2160, 32FC1)
@tomoaki0705
tomoaki0705 / Error_test_calib3d_summary_jetsontx1
Created October 26, 2016 01:19
Error summary of opencv_test_calib3d on JetsonTX1
[ PASSED ] 70 tests.
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Jetson TX1 CMake
Created October 26, 2016 07:18
CMake log building OpenCV 3.1.0 on Jetson TX1
ubuntu@tegra-ubuntu:~/opencv-fork/build$ time cmake ..
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
@tomoaki0705
tomoaki0705 / Error_perf_core_extract_Log_Fixture_JetsonTX1
Created October 26, 2016 07:39
Extracted error from opencv_perf_core on Jetson TX1
[----------] 8 tests from OCL_LogFixture_Log
[ RUN ] OCL_LogFixture_Log.Log/0
[ PERFSTAT ] (samples = 10, mean = 2.30, median = 2.29, stddev = 0.03 (1.4%))
[ VALUE ] (640x480, 32FC1)
[ OK ] OCL_LogFixture_Log.Log/0 (28 ms)
[ RUN ] OCL_LogFixture_Log.Log/1
[ PERFSTAT ] (samples = 10, mean = 9.10, median = 9.07, stddev = 0.05 (0.6%))
[ VALUE ] (640x480, 32FC4)
[ OK ] OCL_LogFixture_Log.Log/1 (110 ms)
[ RUN ] OCL_LogFixture_Log.Log/2