Ask Your Question

subhendu's profile - activity

2019-03-13 04:28:42 -0600 received badge  Notable Question (source)
2018-01-09 22:21:20 -0600 received badge  Popular Question (source)
2017-07-12 01:52:32 -0600 commented question opencv 3.2 install problems in Windows10 64 Bit VS2017

it is from compiling of Visual Studio

2017-07-08 12:54:10 -0600 commented question opencv 3.2 install problems in Windows10 64 Bit VS2017

Thanks very much @berak for your suggestion. It worked as a miracle. But then I got Link errors when i tried to compile with examples ( C & Python) and Tests. Cmake didnot gave any error. The error was from VS2017 regarding LINK error. Can you give any suggestion on it

2017-07-08 03:01:14 -0600 asked a question opencv 3.2 install problems in Windows10 64 Bit VS2017

The cmake out put is

CMake Deprecation Warning at CMakeLists.txt:81 (cmake_policy):
  The OLD behavior for policy CMP0020 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:85 (cmake_policy):
  The OLD behavior for policy CMP0022 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:94 (cmake_policy):
  The OLD behavior for policy CMP0026 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


Could NOT find PythonInterp: Found unsuitable version "2.7.13", but required is at least "3.4" (found C:/Python27/python.exe)
Could NOT find PythonInterp: Found unsuitable version "2.7.13", but required is at least "3.2" (found C:/Python27/python.exe)
found Intel IPP (ICV version): 2017.0.2 [2017.0.2]
at: D:/opencv/build/3rdparty/ippicv/ippicv_win
found Intel IPP IW binaries: 2017.0.2
at: D:/opencv/build/3rdparty/ippicv/ippicv_win/../ippiw_win/
Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
A library with BLAS API not found. Please specify library location.
LAPACK requires BLAS
A library with LAPACK API not found. Please specify library location.
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.

General configuration for OpenCV 3.3.0-rc =====================================
  Version control:               unknown

  Platform:
    Timestamp:                   2017-07-08T07:42:41Z
    Host:                        Windows 10.0.10240 AMD64
    CMake:                       3.9.0-rc5
    CMake generator:             Visual Studio 15 2017 Win64
    CMake build tool:            C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe
    MSVC:                        1910

  CPU/HW features:
    Baseline:                    SSE SSE2 SSE3
      requested:                 SSE3
    Dispatched code generation:  SSE4_1 FP16 AVX AVX2
      requested:                 SSE4_1 AVX FP16 AVX2
      SSE4_1 (0 files):          + SSSE3 SSE4_1
      FP16 (1 files):            + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
      AVX (1 files):             + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
      AVX2 (2 files):            + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX ...
(more)
2017-07-07 01:28:52 -0600 asked a question ippicv_2017u2_win_ia32_20170418 not downloading

I am using opencv 3.2 downloaded via git in Windows10 and Visual studio 2017 with Cmake 3.9.0 rc.

During compilation with Cmake I am getting the following error CMake Warning at cmake/OpenCVDownload.cmake:188 (message): IPPICV: Download failed: 28;"Timeout was reached" The file is ippicv_2017u2_win_ia32_20170418.zip. Intel site also donot have this file.

Please help

Thanks