Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
OpenCV 1.0.0
pts/opencv-1.0.0
- 22 September 2020 -
Initial commit for OpenCV 4.4.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/opencv/opencv/archive/4.4.0.tar.gz</URL> <MD5>04e485da95fb189ce6f293abc71bc54e</MD5> <SHA256>bb95acd849e458be7f7024d17968568d1ccd2f0681d47fd60d34ffb4b8c52563</SHA256> <FileName>opencv-4.4.0.tar.gz</FileName> <FileSize>88887103</FileSize> </Package> <Package> <URL>https://github.com/opencv/opencv_extra/archive/4.4.0.tar.gz</URL> <MD5>f160d921b53571c708862d9c16570ff4</MD5> <SHA256>d9543dbd8e37bb1792cc6fe9ec1fcd2a138ee6ae31f603c5a16a78397756f77a</SHA256> <FileName>opencv_extra-4.4.0.tar.gz</FileName> <FileSize>497158238</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf opencv-4.4.0.tar.gz cd opencv-4.4.0 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ tar -xf opencv_extra-4.4.0.tar.gz echo "#!/bin/sh cd opencv-4.4.0/build/bin export OPENCV_TEST_DATA_PATH=\$HOME/opencv_extra-4.4.0/testdata/ ./opencv_perf_\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > opencv chmod +x opencv
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[==========] 142 tests from 4 test cases ran. #_RESULT_# ms total)</OutputTemplate> <LineHint>test cases ran</LineHint> <StripFromResult>(</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>OpenCV</Title> <AppVersion>4.4</AppVersion> <Description>This is a benchmark of the OpenCV (Computer Vision) library's built-in performance tests.</Description> <ResultScale>ms</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, jpeg-development, libpng-development, cmake, opencl, vulkan-development</ExternalDependencies> <EnvironmentSize>1400</EnvironmentSize> <ProjectURL>https://opencv.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>libavcodec/avcodec.h, libavformat/avformat.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>DNN - Deep Neural Network</Name> <Value>dnn</Value> </Entry> <Entry> <Name>Features 2D</Name> <Value>features2d</Value> </Entry> <Entry> <Name>Object Detection</Name> <Value>objdetect</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>