Skip to main content

Questions tagged [computer-vision]

Mathematical methods used in widely understood computer vision.

Filter by
Sorted by
Tagged with
-2 votes
0 answers
53 views

I am analyzing the performance of an autonomous vehicle’s pedestrian detection system and I want to ensure I’m interpreting the scenario correctly in terms of confusion-matrix components. Here is the ...
JoshR Rotugal's user avatar
0 votes
1 answer
28 views

I am studying a linear method for triangulation that uses Singular Value Decomposition (SVD) to estimate a 3D point P from multiple camera views. The method formulates a linear system of equations $AP=...
nuobei tang's user avatar
0 votes
0 answers
18 views

I am new to image processing from the perspective of embedding. Currently a lot of research and papers are being published in deep learning community for object detection using transformers. I have a ...
user146290's user avatar
0 votes
1 answer
104 views

I am aware that there are algorithms to fit, say, an ellipse to a bunch of given points on a plane. For instance, this SO question has answers which feature both literature on the algorithms and ...
Andreas Christophilopoulos's user avatar
2 votes
3 answers
656 views

I've worked on this problem for 3 days and I've decided to reach out for help. I have 2 images of the same rectangle (see figures). In the first image I have a 2D rectangle, and I know its height and ...
Doug Schofield's user avatar
1 vote
0 answers
87 views

Context: I am trying to adapt the Rigid point set registration algorithm from Point Set Registration: Coherent Point Drift to include rotation information. My problem can be stated as follows: $\max_{...
MDescamps's user avatar
  • 171
1 vote
0 answers
32 views

I have recently being interested in the estimation of discontinuities or jumps from noisy signals or densities and spend some time reading "Image Processing and Jump Regression Analysis" by ...
BabaUtah's user avatar
  • 105
0 votes
2 answers
133 views

Here we deal with the problem of Histogram Equalization. Let $\Omega$ be the set of all pixels in an image, but you can just treat it as some arbitrary set in this case. Let $f: \Omega \rightarrow \{0,...
Krampfmeister's user avatar
0 votes
0 answers
66 views

Im having a hard time understanding the concept of moving the eyespace/camera around the globalspace mathematically. Ive checked out a lot of videos/articles etc., but tbh at this point Im just ...
xhera83's user avatar
2 votes
1 answer
135 views

I am trying to camera match a photo of a cylinder. The photo is taken relatively straight, and I can get a rotation matrix for the camera based on the elipsis created by projecting the top circle. ...
munHunger's user avatar
  • 191
1 vote
2 answers
138 views

I have a situation where I want to take a rectangle in a pin hole camera view and find which the possible corresponding rectangles in 3D space are. Own work: My intuition tells me that the set of ...
mathreadler's user avatar
  • 26.7k
1 vote
0 answers
64 views

I stumpled upon a problem that is related to the Perspective-n-Point problem (https://en.wikipedia.org/wiki/Perspective-n-Point) in Computer Vision and the Orthogonal Procrustes problem (https://en....
Flooo's user avatar
  • 11
1 vote
0 answers
48 views

I have these definitions: Let $A \subset E^N$ and $b \in E^N$. The translation of $A$ by $b$, denoted by $(A)_{b r}$ is defined as $$ (A)_b=\left\{c \in E^N \mid c=a+b \quad \text { for some } a \in A\...
larous25's user avatar
  • 141
4 votes
0 answers
61 views

I have a set of real-world images containing circles, but due to the images not being taken parallel to the circle plane, the circles appear as ellipses in the images. I need to crop out the inside of ...
spam junk's user avatar
1 vote
0 answers
39 views

Given is a chain factor graph as presented in the image below with the following properties: Each node can take values 0 or 1 All unary potentials are equal (e.g. $U(a) = 0$ for every node) All ...
Uros Isakovic's user avatar
0 votes
1 answer
77 views

I have read that there are 4 common procedures for auto-calibration in Computer Vision: Mendonca & Cipolla's Method Classical Kruppa's Method Simplified Kruppa's Method Dual Absolute Quadric ...
Gary Allen's user avatar
2 votes
1 answer
99 views

The other day I got very interested in learning about Hough Transform that is used to detect edges in images. After going through OpenCV documentation, I still couldn't piece together an understanding ...
kiyanuDevs's user avatar
0 votes
1 answer
112 views

When researching a way to evaluate if two square matrices are equal or (very close to being equal) for a computer vision localization problem, I came across this Math Exchange post Minimize the ...
Azmyin Md. Kamal's user avatar
1 vote
1 answer
357 views

I would like to find the distance between A 2d point given as the homogeneous $P=(x, y, z)$, and a 2d line given as $L=(a, b, c)$. I found an algorithm that does this, I can't figure out why it is ...
Gulzar's user avatar
  • 190
0 votes
1 answer
132 views

I know the pose (in camera frame) of an object related to a camera in real world (results are coming from a 6d-pose estimator). In the simulation I want to replicate the same view and same position (...
hosh0425's user avatar
-1 votes
1 answer
142 views

I will list camera and lens properties that may be of use. Camera resolution: 1280×1024 ((0,0) top left and (1279, 1023) bottom right) Lens Focal Length: 3.5 mm Sensor size and lens format: 1/2&...
Johnie Dowe's user avatar
0 votes
1 answer
83 views

This is from Hartley-Zisserman's Multiple View Geometry in Computer Vision pg 55-56. We are given a conic $$C_\infty^* = \begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0& 0 & 0 \end{...
Bhargavi Dameracharla's user avatar
0 votes
1 answer
35 views

The following equation is supposed to define a set of points that produces a square grid (like a chessboard). s is the distance between each square in the grid w and h are the dimensions of the board ...
Bradley's user avatar
  • 17
1 vote
1 answer
222 views

This question is about whether I'm doing an optimization problem the right way, or if it can be done in a simpler way. I'll start with my problem scenario and then move into my proposed solution. I ...
jjasper's user avatar
  • 111
0 votes
1 answer
44 views

I don't understand how in the following paper https://users.cs.duke.edu/~tomasi/papers/shi/TR_93-1399_Cornell.pdf (Good features to track) the residual (Eq. 3.1) is differentiated so that Equations 3....
Knowledge seeker's user avatar

1
2 3 4 5