Ask Your Question

Sammy's profile - activity

2016-02-18 12:19:56 -0600 received badge  Enthusiast
2016-01-22 10:40:36 -0600 commented question Absence of cv2.pyd file after compiling

Done, but still with the same result

2016-01-22 09:39:46 -0600 received badge  Editor (source)
2016-01-22 09:39:24 -0600 asked a question Absence of cv2.pyd file after compiling

After building with CMake 3.4.2, I can't find cv2.pyd file to use it in a python project. I added source code of the extra text module ( https://github.com/Itseez/opencv_cont... ). It seems that I don't have the usual flag display, the only ones concerning Python are the following :

  • INSTALL_PYTHON_EXAMPLES (checked)
  • PYTHON2_EXECUTABLE ( to C:/Python27/python.exe )
  • PYTHON2_NUMPY_INCLUDE_DIRS ( to C:/Python27/lib/site-packagesnumpy/core/include )
  • PYTHON2_NUMPY_INCLUDE_DIRS ( to C:/Python27/lib/site-packages/numpy/core/include )
  • PYTHON2_PACKAGES_PATH ( to C:/Python/27/Lib/site-packages )

I also have a version of Python3 installed, with installed directories detailed (Python3_NUMPY_INCLUDE_DIRS, PYTHON3_PACKAGES_PATH )

General configuration for OpenCV 3.0.0 =====================================
  Version control:               unknown

  Platform:
    Host:                        Windows 6.1.7601 AMD64
    CMake:                       3.4.2
    CMake generator:             MinGW Makefiles
    CMake build tool:            C:/MinGW/bin/mingw32-make.exe
    Configuration:               Release

  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                C:/MinGW/bin/g++.exe  (ver 4.8.1)
    C++ flags (Release):         -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG  -DNDEBUG
    C++ flags (Debug):           -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
    C Compiler:                  C:/MinGW/bin/gcc.exe
    C flags (Release):           -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -O2 -DNDEBUG  -DNDEBUG
    C flags (Debug):             -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -g  -O0 -DDEBUG -D_DEBUG
    Linker flags (Release):      
    Linker flags (Debug):        
    Precompiled headers:         YES
    Extra dependencies:          comctl32 gdi32 ole32 setupapi ws2_32 vfw32 winmm RunTmChk.a ntdll.a
    3rdparty dependencies:       zlib libjpeg libwebp libpng libtiff libjasper IlmImf

  OpenCV modules:
    To be built:                 hal core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d text calib3d stitching videostab python2 python3
    Disabled:                    world
    Disabled by dependency:      -
    Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java viz

  Windows RT support:            NO

  GUI: 
    QT:                          NO
    Win32 UI:                    YES
    OpenGL support:              NO
    VTK support:                 NO

  Media I/O: 
    ZLib:                        build (ver 1.2.8)
    JPEG:                        build (ver 90)
    WEBP:                        build (ver 0.3.1)
    PNG:                         build (ver 1.5.12)
    TIFF:                        build (ver 42 - 4.0.2)
    JPEG 2000:                   build (ver 1.900.1)
    OpenEXR:                     build (ver 1.7.1)
    GDAL:                        NO

  Video I/O:
    Video for Windows:           YES
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES (prebuilt binaries)
      codec:                     YES (ver 55.18.102)
      format:                    YES (ver 55.12.100)
      util:                      YES (ver 52.38 ...
(more)
2016-01-22 09:38:55 -0600 asked a question I can't find cv2.pyd after compiling

After building with CMake 3.4.2, I can't find cv2.pyd file to use it in a python project. I added source code of the extra text module ( https://github.com/Itseez/opencv_cont... ). It seems that I don't have the usual flag display, the only ones concerning Python are the following : - INSTALL_PYTHON_EXAMPLES (checked) - PYTHON2_EXECUTABLE ( to C:/Python27/python.exe ) - PYTHON2_NUMPY_INCLUDE_DIRS ( to C:/Python27/lib/site-packagesnumpy/core/include ) - PYTHON2_NUMPY_INCLUDE_DIRS ( to C:/Python27/lib/site-packages/numpy/core/include ) - PYTHON2_PACKAGES_PATH ( to C:/Python/27/Lib/site-packages )

I also have a version of Python3 installed, with installed directories detailed (Python3_NUMPY_INCLUDE_DIRS, PYTHON3_PACKAGES_PATH )

2016-01-22 06:31:32 -0600 commented answer Is there a module allowing text detection and recognition (from image, or video stream) ?

Thanks! And about how much time does it take to recognize a ten-letter long sentence on a quite performant laptop?

2016-01-22 04:01:31 -0600 received badge  Supporter (source)
2016-01-22 04:01:29 -0600 received badge  Scholar (source)
2016-01-22 03:29:15 -0600 asked a question Is there a module allowing text detection and recognition (from image, or video stream) ?

I am a new OpenCV user. My project would be to detect and extract text from a video. Is there such module allowing this ?

2016-01-22 03:24:31 -0600 commented question Issue installing Opencv for python

I just figured out that OpenCV was not compatible with Python 3.4.x. I installed Python 2.7 in an other directory, and now it's working fine.

2016-01-20 10:30:34 -0600 asked a question Issue installing Opencv for python

Hi all,

I am encountering issues to install OpenCV for Python. I have followed the official instructions ( http://opencv-python-tutroals.readthe... ), and the error displayed while executing import cv2 is the following :

ImportError : DLL load failed : The specified module could not be found

Has someone fixed this problem before?

Thanks !