I'd like to get a 1000 x 1000 picture in Python from any input picture so that the input doesn't lose it's aspect ratio. In other words, I want to resize the in
I am trying to implement the algorithm found here in python with OpenCV. I am trying to implement the part of the algorithm that remove irrelevant edge boundari
In order to correctly represent the camera motion characterization, I have to find different camera operations (such as Zoom, Pan, Rot and Tilt) in a video. The
I want to decode the MPEG motion vectors using OpenCV in C++. Is there any function in OpenCV through which we can get this? Brightness may not be constant thro
i have write down a code showing error i ma not getting it: Please help: Its showing mat is not a numerical tuple: import cv import cv2 capture = cv2.VideoCap
How can I apply mask to a color image in latest python binding (cv2)? In previous python binding the simplest way was to use cv.Copy e.g. cv.Copy(dst, src, mas
This is a truck container image but from the top view. First, I need to find the rectangle and know each corner position. The goal is to know the dimension of
When i use the VsCode debugger to run the code i dont get any error at all and everything works fine, but when i try to run the code without the debugger i get
So, basically i'm writing a program in Google Colab that will detect faces through the webcam using python and opencv2. "I have Ubuntu 19.10, if this helps" im
I am trying to simply find white circular blobs in an image. When i tried going with houghcircles, I keep getting letters and digits mistaken for circles, where
I have pictures of apple slices that have been soaked in an iodine solution. The goal is to segment the apples into individual regions of interest and evaluate
I am making Android App which can make Perspective Transform Image. I want to do same thing like below code. I tried but I cant read C code. Please advise me!
Suppose I have a greyscale image here: And a binary masked image here: With the same dimensions and shape. How do I generate something like this: Where the v
I am trying to find accurate locations for the corners on ink blotches as seen below: My idea is to fit lines to the edges and then find where they intersect. A
I'm using Google Colab with Python 3 and I need to merge 3 images to make a new one with 5 channels, but i get this error: error: OpenCV(4.1.2) /io/opencv/modu
I've been trying to clear images for OCR: (the lines) I need to remove these lines to sometimes further process the image and I'm getting pretty close but a
I've been trying to clear images for OCR: (the lines) I need to remove these lines to sometimes further process the image and I'm getting pretty close but a
I am having a use case where dividing National ID card is mandatory for OCR Received Image vary in size and pixels number Samples Used the following code to c
I am creating a project using Xcode using OpenCV library. I get an compiling error saying Not a Doxygen trailing comment in core.hpp and lots of other s
My question is simple yet I haven't found any solution on Google, all the answers are for adding padding which in my case I don't want... It's basically resizin