Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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.3.0
pts/opencv-1.3.0
- 18 March 2023 -
Update against OpenCV 4.7 upstream to fix GCC 13 build issues.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/opencv/opencv/archive/refs/tags/4.7.0.tar.gz</URL> <MD5>13e13244cb0cc6ec4f01eacd38d05d17</MD5> <SHA256>8df0079cdbe179748a18d44731af62a245a45ebf5085223dc03133954c662973</SHA256> <FileName>opencv-4.7.0.tar.gz</FileName> <FileSize>91027497</FileSize> </Package> <Package> <URL>https://github.com/opencv/opencv_extra/archive/refs/tags/4.7.0.tar.gz</URL> <MD5>051564e9b2b59b01fe93d9ec12525556</MD5> <SHA256>835420bbd625ba73ac892bdadf247a52ac42fa26f24c2f3752f63dbb3487bbb5</SHA256> <FileName>opencv_extra-4.7.0.tar.gz</FileName> <FileSize>500181420</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf opencv-4.7.0.tar.gz tar -xf opencv_extra-4.7.0.tar.gz cd opencv-4.7.0 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DWITH_OPENCL=OFF .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd opencv-4.7.0/build/bin export OPENCV_TEST_DATA_PATH=\$HOME/opencv_extra-4.7.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.8.4--> <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.8.4--> <PhoronixTestSuite> <TestInformation> <Title>OpenCV</Title> <AppVersion>4.7</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.3.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> <RepositoryURL>https://github.com/opencv/opencv</RepositoryURL> <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> <Entry> <Name>Core</Name> <Value>core</Value> </Entry> <Entry> <Name>Graph API</Name> <Value>gapi</Value> </Entry> <Entry> <Name>Image Processing</Name> <Value>imgproc</Value> </Entry> <Entry> <Name>Stitching</Name> <Value>stitching</Value> </Entry> <Entry> <Name>Video</Name> <Value>video</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>