Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Pavlenko committed Feb 27, 2014
1 parent 63ba41d commit bd2ff6e
Show file tree
Hide file tree
Showing 34 changed files with 32,091 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ old-perf-ocl
============

Legacy performance tests for 'ocl' module of OpenCV-2.4.x
Use prebuilt OpenCV 2.4.x packages from [SourceForge](http://sourceforge.net/projects/opencvlibrary/files/opencv-win/) to build the test executable.
Look into the provided `build.cmd` sample for hints on build.
17 changes: 17 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
set CMAKE_EXE=W:\Apps\cmake-2.8.12.1-win32-x86\bin\cmake.exe

set OpenCV_VER=2.4.8
set OpenCV_DIR=W:\opencv-%OpenCV_VER%\build
set BUILD_DIR=bin-%OpenCV_VER%

pushd %~dp0

rd /s /q %BUILD_DIR%
mkdir %BUILD_DIR%
cd %BUILD_DIR%

%CMAKE_EXE% -G "Visual Studio 11 Win64" -DBUILD_SHARED_LIBS=OFF -DOpenCV_DIR=%OpenCV_DIR% ../src
pause
%CMAKE_EXE% --build . --config Release

popd
Binary file added data/aloe-L.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/aloe-R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/basketball1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/basketball2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bd2ff6e

Please sign in to comment.