computer-vision Questions
3
Solved
I am told that the following list of "puppy" image URL's are from imagenet.
https://github.com/asharov/cute-animal-detector/blob/master/data/puppy-urls.txt
How do I download another category for ...
Necessitarianism asked 19/4, 2019 at 12:47
2
I'm trying to generate "crumpled" images using images obtained from a flatbed bed scanner.
By following the method described in the paper[Link] in the section 3.1. I've written the code g...
Eighteenth asked 23/12, 2018 at 22:29
2
I got camera intrinsic matrix and distortion parameters using camera calibration.
The unit of the focal length is pixels, i guess.
Then, how can i calculate field of view (along y) ?
Is this f...
Ironwork asked 12/10, 2016 at 7:34
5
Solved
I am writing a simple transformation for a dataset which contains many pairs of images. As a data augmentation, I want to apply some random transformation for each pair but the images in that pair ...
Hyoscyamus asked 25/12, 2020 at 12:18
3
I want to detect only green objects from an image captured in a natural environment. How can I define it?
Because in here I want to pass the threshold value, let's say 'x'. By using this x, I want ...
Stegosaur asked 25/11, 2017 at 8:20
2
Background
I have a bunch of RGBA images. Imagine icons, logos or similar images that I would like to display. These images can be of any color. Please also note that the images are RGBA, so they h...
Rinker asked 10/5, 2022 at 23:34
2
I am trying to detect if the picture(black and white sketch) is colored or not in the room conditions by a mobile camera.
I have been able to get this result
using following code
Mat dest...
Ji asked 17/11, 2017 at 1:43
2
I am working on a project which is image searching engine. The logic behind is that there will be some images stored in a database and the user will input a new image and it will be matched w...
Bast asked 25/10, 2020 at 6:23
2
Solved
I want to extract Hebrew text from an image.
I've tried using pytesseract, but it gets some letters confused (for example ' instead of י or נ instead of כ)
I tried doing some manipulations on the...
Ney asked 17/7, 2018 at 5:1
2
Solved
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 the container.
Goodard asked 13/3, 2020 at 8:16
1
Solved
I'm looking for a proper solution how to count particles and measure their sizes in this image:
In the end I have to obtain the lists of particles' coordinates and area squares. After some search ...
Brinton asked 4/5, 2022 at 19:48
4
Solved
As known nVidia DetectNet - CNN (convolutional neural network) for object detection is based on approach from Yolo/DenseBox: https://devblogs.nvidia.com/parallelforall/deep-learning-object-detectio...
Subreption asked 3/12, 2016 at 20:27
2
Solved
I'm a beginner in python and currently studying QR code detection and decoding. I'm having a hard time rotating the detected QR code to the right position. I already used minAreaRect() to rotate my...
Expectant asked 28/4, 2022 at 22:59
9
In testing an object detection algorithm in large images, we check our detected bounding boxes against the coordinates given for the ground truth rectangles.
According to the Pascal VOC challenges...
Epoxy asked 17/8, 2014 at 12:28
1
I am creating a sign language detection application in Armenian. However, the Armenian letters don't show when I am signing but do show in my console/terminal. What am I doing wrong with my code th...
Baillieu asked 22/4, 2022 at 0:11
2
Solved
I have the following image of a lego board with some bricks on it
Now I am trying to detect the thick black lines (connecting the white squares) with OpenCV. I have already experimented a lot with...
Chiasmus asked 21/4, 2022 at 14:28
4
Solved
I have images with white background and simple shapes in them (each image has one shape). I want to determine if a certain point (x,y) is inside the shape or not. How can I do that with opencv?
Conventionalize asked 9/12, 2012 at 9:8
3
Solved
I want to remove the background, and draw the outline of the box shown in the image(there are multiple such images with a similar background) . I tried multiple methods in OpenCV, however I am una...
Aldenalder asked 2/1, 2022 at 12:49
2
Solved
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 boundaries based on the number of interior bo...
Despinadespise asked 2/8, 2012 at 16:48
2
Solved
I am planning to split the questions from this PDF document. The challenge is that the questions are not orderly spaced. For example the first question occupies an entire page, second also the same...
Creasy asked 15/4, 2022 at 9:19
2
I have a stationary camera which takes photos rapidly of the continuosly moving product but in a fixed position just of the same angle (translation perspective). I need to stitch all images into a ...
Ensample asked 3/11, 2020 at 9:1
2
from scipy import interpolate
import matplotlib.pyplot as plt
import numpy as np
import cv2
a=np.arange(1,9)
filename = 'image_file_0.tiff'
img = cv2.imread(filename)
x = np.array([389, 392, 325, 2...
Audible asked 12/4, 2022 at 6:15
2
I have the following images
and another variant of it with the exact same logo
where I'm trying to get rid of the logo itself while preserving the underlying text. Using the following code segment...
Veilleux asked 28/3, 2022 at 23:23
5
I am new in python and I am using Quickstart: Extract printed text (OCR) using the REST API and Python in Computer Vision for text detection in Sales Fliers.So this algorithm is given has a coordin...
Gyatt asked 9/4, 2019 at 12:58
3
I am trying to identify and count insect-infested corn kernels from good or healthy corn kernels. I have done the thresholding up until drawing contours around all the corn kernels in the image.
F...
Desk asked 18/4, 2020 at 15:3
© 2022 - 2024 — McMap. All rights reserved.