Skip to content

Instantly share code, notes, and snippets.

@tomoaki0705
tomoaki0705 / actual_SHA1.log
Last active October 4, 2018 03:31
current configuration
81c94357e8160a7e6da2c456b87061354f39e79e
@tomoaki0705
tomoaki0705 / failure.log
Created October 2, 2018 13:13
test failure log
Available options besides google test option:
Usage: opencv_test_cudafiltersd.exe [params]
--cuda_device (value:-1)
CUDA device on which tests will be executed (-1 means all devices)
-h, --help (value:false)
Print help info
Run tests on all supported CUDA devices
@tomoaki0705
tomoaki0705 / opencv_version.log
Created September 25, 2018 10:20
Build Information
General configuration for OpenCV 4.0.0-alpha =====================================
Version control: 4.0.0-alpha
Extra modules:
Location (extra): C:/work/opencv_contrib/modules
Version control (extra): 4.0.0-alpha
Platform:
Timestamp: 2018-09-21T08:57:23Z
@tomoaki0705
tomoaki0705 / error_log_odroid_x2.txt
Created July 20, 2018 07:41
Error Log Building OpenCV on ODROID-X2
-- The CXX compiler identification is GNU 4.8.4
-- The C compiler identification is GNU 4.8.4
-- 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
-- Check for working C compiler: /usr/bin/cc -- works
@tomoaki0705
tomoaki0705 / build.log
Created June 22, 2018 10:24
Log file of warning output
-- The CXX compiler identification is GNU 6.3.0
-- The C compiler identification is GNU 6.3.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
-- Check for working C compiler: /usr/bin/cc -- works
[ INFO:0] Initialize OpenCL runtime...
CTEST_FULL_OUTPUT
OpenCV version: 3.4.1-dev
OpenCV VCS version: 3.4.1-467-ge1e78b916
Build type: release
Parallel framework: pthreads
CPU features: neon
OpenCL Platforms:
ARM Platform
iGPU: Mali-T760 (OpenCL 1.2 v1.r9p0-05rel0-git(f980191).e4ba9e4c6ff8005348d0332aae160089)
[ INFO:0] Initialize OpenCL runtime...
CTEST_FULL_OUTPUT
OpenCV version: 3.4.1-dev
OpenCV VCS version: 3.4.1-454-g9dc200525
Build type: release
Parallel framework: pthreads
CPU features: neon
OpenCL Platforms:
ARM Platform
iGPU: Mali-T760 (OpenCL 1.2 v1.r9p0-05rel0-git(f980191).e4ba9e4c6ff8005348d0332aae160089)
d/dx(-sin(x)/sin(5 x)) = -csc(5 x) (cos(x) - 5 sin(x) cot(5 x))
@tomoaki0705
tomoaki0705 / opencv_test_imgproc.log
Created April 17, 2018 14:53
Error log of opencv_test_imgproc on Tinker Board
This file has been truncated, but you can view the full file.
CTEST_FULL_OUTPUT
OpenCV version: 4.0.0-pre
OpenCV VCS version: 3.4.1-312-g7e5581cd8
Build type: release
Parallel framework: pthreads
CPU features: neon
[ INFO:0] Initialize OpenCL runtime...
OpenCL Platforms:
ARM Platform
iGPU: Mali-T760 (OpenCL 1.2 v1.r9p0-05rel0-git(f980191).e4ba9e4c6ff8005348d0332aae160089)
@tomoaki0705
tomoaki0705 / CMakeLists.txt
Created April 13, 2018 08:58
sample program for OpenCL
# CMake minimun version
cmake_minimum_required(VERSION 2.8)
# executable name
set(TARGET_NAME OpenCVTemplate)
# solution name
project(${TARGET_NAME})
# executable