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

All Questions

Tagged with
0 votes
1 answer
25 views

Remove all text from the document, leaving only the template

I have a document in the form of an image. The content of the document is some information in the form of a table. Most often, these are some scanned documents, that is, black and white. However, ...
Paul's user avatar
  • 125
1 vote
1 answer
30 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
1 vote
0 answers
40 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
48 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
29 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
-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
25 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
-2 votes
1 answer
32 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
0 votes
0 answers
20 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
53 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
28 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
-3 votes
0 answers
65 views

How to add horizontal lines to the table in image opencv

I want to add horizontal lines to the below image resultant output should be like: Any methods on how to work it out, even if there are diff images which don't have horizontal lines. I've tried ...
Elysian's user avatar
  • 19
-2 votes
1 answer
67 views

Trouble detecting/removing two watermarks that vary location across image dataset

I have a problem with removing watermarks from a collection of images. The watermarks appear near each other but are different (see below). One watermark is a red square and has white text inside of ...
user1800's user avatar
0 votes
0 answers
52 views

Using fisheye calibration to solve allsky images using OpenCV (fails)

I am using fisheye calibration to solve chessboard images using OpenCV. It fails for the calibration flag cv2.fisheye.CALIB_RECOMPUTE_EXTRINSIC, so I work around it. But once I get the parameters, the ...
B.S.'s user avatar
  • 1

15 30 50 per page
1
2 3 4 5
368