Skip to content
#

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

Here are 9,993 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
albumentations
ducha-aiki
ducha-aiki commented Jun 4, 2021

🚀 Feature

Now we have 2 functions, homography_warp, warp_perspective, which have similar functionality, but differ in the format of the input: warp_perspective expects a pixel homography, whereas homography_warp wants normalized homography.
This can be merged into a single function with an input flag like normalized_homography.

Motivation

This discrepancy confuses peopl