Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [computer-vision]

Use this tag for questions related to Computer Vision -- any aspect of software that enables computers to perceive, understand and react to their environment using cameras. For questions related to image filtering and quantification, use the tag [image-processing] instead.

0 votes
0 answers
12 views

"Assertion failed" error while detecting Aruco markers with OpenCV in JAVA

I am using OpenCV to detect Aruco markers in a frame captured by a webcam. The problem arose from the following piece of code: public class Detector { private final ArucoDetector detector; ...
Nascity's user avatar
-2 votes
0 answers
17 views

single class object detection using cnn getting false positive

Here, i trying to build a Manhole object detection using cnn , In this model i got 95% accuracy and after training. im getting false positive like , if i test image with manhole(trained object) for ...
FAYAS's user avatar
  • 1
1 vote
1 answer
28 views

Error "For non-planar calibration rigs the initial intrinsic matrix must be specified in function 'cvCalibrateCamera2Internal'"

The full trace of the error I'm encountering: in stereo_calibrate ret, cameraMatrix1, distCoeffs1, cameraMatrix2, distCoeffs2, R, T, E, F, perViewErrors, _, _= cv2.stereoCalibrateExtended( cv2.error: ...
Yajax's user avatar
  • 83
0 votes
0 answers
35 views

How do I track a contour from my previous image?

So I have a video of bacterial cells moving around which I converted to frames. Now I want to find the instantaneous velocity of each bacterial cells. For this I am interested in finding by how much a ...
yahya ashraf's user avatar
-3 votes
0 answers
47 views

How to measure the width and angle of two intersecting ropes using OpenCV? [closed]

The first picture below is the original image, showing a net. The ropes in the net are of two types: thick and thin. It is necessary to distinguish which are thick ropes and which are thin ropes ...
viktor2000's user avatar
0 votes
0 answers
17 views

How to detecting and measuring edges of real world objects in AR using WebXR?

I am trying to build an AR measure App. The user will be able to measure distances using AR ( WebXR ). I have figured out the distance measure part and it is working fine. Currently I am using hit ...
Rohit's user avatar
  • 535
-1 votes
0 answers
35 views

How to prevent the ai model from detecting a specific object

I am in the middle of an AI project. And there is a specific object that I want to make it not to detect, so seeking a solution about this. Have done two of objects' labeling and trained the model ...
sisi's user avatar
  • 1
-1 votes
0 answers
28 views

Variable size input for CNN [closed]

I would like to create an AI that could guess the next image in a sequence of images and I have the idea to feed a CNN with 1,2,3,...,n-1 images as input running it through an LSTM and the output is ...
Tamás Csepely's user avatar
0 votes
0 answers
27 views

Improvement of CV2 shape detection for spot detection on TLC

In my work, I use TLC which give me object like the one on this picture. It is a piece of paper with spot on it at a precise height. I need to detect the plate itself and it measurments. Then I need ...
Juju's user avatar
  • 39
-2 votes
0 answers
27 views

Trying to implement the MiDas model for Monocular Depth estimation in tensorflow and values for distance are off the charts [closed]

Downloaded Tflite MiDas model from Kaggle. Looked at a few articles for MiDas and Monocular Depth Estimation(Basically finding the distance of an object from the camera using pixels) This is for ...
Anonymous Coder's user avatar
-3 votes
0 answers
23 views

Error with OpenCV cv2.minEnclosingTriangle [closed]

my program generates 2D contours using scipy.spatial ConvexHull. I get the same error for any hull Example ph=array([[0.16416803, 0.20534728], [0.54442649, 0.18041865], [0.94021202, ...
Iram Weinstein's user avatar
-1 votes
0 answers
24 views

How to train Yolo 3D for NYU dataset

I have had trained my Yolo 3D model in KITTI dataset and now I would like to train it on NYU dataset. What changes must I do in the NYU dataset in order to train it in YOLO 3D model? I would like to ...
Plutus's user avatar
  • 47
-5 votes
0 answers
56 views

What is causing these cubemap projection distortions? [closed]

https://github.com/jaxry/panorama-to-cubemap https://jaxry.github.io/panorama-to-cubemap/ To convert an equirectangular panorama image into a cubemap I start by loading the full 360x180 ...
Snhorq's user avatar
  • 103
-2 votes
1 answer
30 views

Which are the most efficient models for shape detection in an image? [closed]

I want to create a Python algorithm that detects objects appearing and disappearing between 2 photos. Thos photos are not taken exactly from the same spot. My idea is to use a pretrained model that ...
Lefloch Had's user avatar
-1 votes
0 answers
18 views

How can I find the corners of a cube with known dimensions in an RGB image?

How can I find the corners of a cube with known dimensions (30cm each side) in an RGB image real time? The cube will be monochrome (one color) but the color information is not known. I searched 2d ...
Baran Özer's user avatar

15 30 50 per page
1
2 3 4 5
1053