Skip to content
#

OpenCV

opencv logo

OpenCV (Open Source Computer Vision Library) is written in C/C++, for real time computer vision. It takes advantage of multi-core processing and hardware acceleration. Applications of OpenCV includes egomotion estimation, gesture recognition, facial recognition system, and artificial neural networks.

Here are 12,860 public repositories matching this topic...

blazejdolicki
blazejdolicki commented May 27, 2021
System information (version)
  • OpenCV => 4.2
  • Operating System / Platform => Windows 64 Bit
  • Compiler => Visual Studio Code 1.56.2
Detailed description

When running cv2.seamlessClone() the error is a bit misleading when the incorrect image path is supplied. It doesn't make it obvious that the problem is in the path

Steps to reproduce
import cv2
# Read i
berak
berak commented Dec 7, 2018
  • OpenCV =>3.4.3 / 3.4.4
  • Operating System / Platform => Windows 64 Bit / ubuntu 16
  • Compiler => opencv-contrib-python 3.4.4 / 3.4.3 (from pip)

for unknown reason, sample only runs,
if we use cv.reg_MapShift cv.reg_MapperGradShift and cv.reg_MapperPyramid here:

https://github.com/opencv/opencv_contrib/blob/7670ff2c0125504ae99ba3cba12b9d47b18a02bd/modules/reg/samples/reg_shift.py#

Created by Intel Corporation, Willow Garage, Itseez

Released December 23, 2017

Organization
opencv
Website
opencv.org
Wikipedia
Wikipedia

Related Topics

c cpp java python