Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -17,7 +17,7 @@ int main(int /*argc*/, const char** /* argv */ )
|
||||
{
|
||||
const Point center( img.rows / 2 , img.cols /2 );
|
||||
|
||||
for( int radius = 5; radius < img.rows ; radius += 3.5 )
|
||||
for( int radius = 5; radius < img.rows ; radius += 3 )
|
||||
{
|
||||
cv::circle( img, center, radius, Scalar(255,0,255) );
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
|
||||
|
||||
set(PROJECT_NAME "c_hal")
|
||||
set(HAL_LIB_NAME "c_hal")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
|
||||
|
||||
set(PROJECT_NAME "slow_hal")
|
||||
set(HAL_LIB_NAME "slow_hal")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ocv_install_example_src(cpp *.cpp *.hpp CMakeLists.txt)
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.9)
|
||||
cmake_minimum_required(VERSION 2.8.12.2)
|
||||
|
||||
set(OPENCV_OPENVX_SAMPLE_REQUIRED_DEPS
|
||||
opencv_core
|
||||
|
||||
Reference in New Issue
Block a user