Skip to main content

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.

computer-vision
-3 votes
0 answers
36 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
15 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
32 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
20 views

Variable size input for CNN

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
25 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
22 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
53 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
27 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
16 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
0 votes
0 answers
15 views

Color Mismatch and Depth Inconsistency in Point Cloud to RGB Image Conversion Using Open3D

I am working with Open3D to convert point cloud data into an RGB image. However, I'm encountering issues where the colors in the output image do not match those in the input point cloud. Additionally, ...
shirono's user avatar
0 votes
0 answers
49 views

Calculate the inner contour of a computed tomography

I'm working on a project to calculate the level of a chest deformity. For that, I need to find the inner contour of the chest from the tomography; however, I don't know how to select the inner contour....
dave qd's user avatar
  • 21
0 votes
0 answers
24 views

Invert undistortion done in OpenCV (recover the original image)

I have an application where I use a 3D model developed through photogrammetry to map between a 2D -> 3D space and back (3D -> 2D). The photogrammetry software (reality capture) "undistorts&...
derekboase's user avatar
-1 votes
0 answers
20 views

How do I compare two big Temperature-Matrix-Datasets and classify the difference/similarities? How do I proceed finding a good method? [closed]

I have the following issue: I want to compare thermal pictures (data is present as a big Matrix/ each Pixel one value) in python and understand weather they are different. What statistical approaches ...
Luiza's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1053