Skip to main content

Questions tagged [image-processing]

This tag is for the mathematics involved in the field of image processing. Many such questions are also appropriate for Signal Processing Stack Exchange.

0 votes
0 answers
27 views

Hough transformation: get line function from Hough parameters (rho, theta)

I have two an input image (256px x 256px) with a line and Hough space image (256px x 256px) with a mark where the corresponding ...
Schelmuffsky's user avatar
0 votes
0 answers
25 views

Finite Difference For a Fourth Order PDE With Neumann Boundary Conditions.

I'm trying to implement a method I found for image decomposition that boils down to solving a PDE of fourth order. The equation in question is $$ u_t = -\frac{1}{2\lambda}\Delta\left(\text{div}\left(\...
Choripán Con Pebre's user avatar
1 vote
0 answers
23 views

Compressed image using SVD draws a clear line between part that's blank and part with a drawing. Why? [closed]

I'm trying to compress grayscale images using SVD. This is the original image: Yes, there's a lot of blank space. I then choose the x% largest singular values, perform the transformed matrices ...
Elizabeth Middleford's user avatar
1 vote
1 answer
85 views

Determining the Center of Rotation in a Video: A Mathematical Approach

I have a video where the camera rotates, causing the images to rotate around a specific point. I need to determine the coordinates of this rotation center. Here's my plan: I use a function to measure ...
Peter Jackson's user avatar
0 votes
2 answers
52 views

Solution of $V'(t)=AV(t)+V(t)A^T+\sigma^2I_m$, where $A$ is the discretized Neumann-Laplacian

I'm considering a PDE involving the Laplacian on $[0,1)^2$. I'm discretizing the problem using the finite difference approach. The resolution discretized Laplcian opertor $A$ with Neumann boundary ...
0xbadf00d's user avatar
  • 13.9k
0 votes
1 answer
29 views

Algorithm to calculate visual similarity of two point trajectories

I have a program where I let a user draw an image and record the strokes by saving the coordinates. I save the coordinates on every "onMove" event so it is highly detailed, with one point ...
Sarah Multitasker's user avatar
0 votes
0 answers
24 views

Doubling the numbers within an image matrix

I have an image Matrix tag that looks like this ...
MarkyMark's user avatar
0 votes
0 answers
14 views

How this variational derivative is calculated?

In this paper https://arxiv.org/pdf/1907.09605.pdf \ let $\Omega \subset \mathbb{R}^n$ with $n \geq 1$ be a bounded Lipschitz domain with boundary $\partial \Omega$, $f: \Omega \rightarrow \mathbb{R}$ ...
Mohamed's user avatar
1 vote
1 answer
118 views

Is it possible to extract the translation of an affine transformation matrix independent of rotation center and angle?

I have $2$ images rotated by $60^\circ$ to each other with different center of rotation. The here presented matrices are affine transformation matrices derived from OpenCV: https://docs.opencv.org/4.x/...
TMul's user avatar
  • 13
1 vote
0 answers
39 views

Deriving the DCT-II from the DFT

Recently, I was looking into the theory behind the discrete Fourier transform (DFT) when I frequently encountered the discrete cosine transform (DCT-II). Due to the similarities between the DFT and ...
Fynn Zentner's user avatar
0 votes
0 answers
13 views

Book Recommendation on Edge or Boundary Detection

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
0 votes
1 answer
69 views

How can we calculate the Euler-lagrange equations?

In this paper https://arxiv.org/pdf/1907.09605.pdf \ let $\Omega \subset \mathbb{R}^n$ with $n \geq 1$ be a bounded Lipschitz domain with boundary $\partial \Omega$, $f: \Omega \rightarrow \mathbb{R}$ ...
Mohamed's user avatar
0 votes
0 answers
33 views

Numerical solution of Perona-Malik equation: How to handle the boundary properly?

In the paper Perona-Malik equation and its numerical properties, the following PDE is considered: The $u_0$ I'm (and so is the author) interested in is given by an image and hence decomposes into ...
0xbadf00d's user avatar
  • 13.9k
0 votes
0 answers
29 views

Spatial discretization of the PDE $\partial_tu=\nabla\cdot\kappa(t,\nabla u)\nabla u$ for image processing

The question is basically in the title. I want to evolve an image $u_0$ (i.e. a $n_1\times n_2$ resolution set of discrete values in $[0,1)$, which is a discrete function on $\{0,\ldots,n_1-1\}\times\{...
0xbadf00d's user avatar
  • 13.9k
1 vote
1 answer
61 views

Numerical Method for (Total Variation) TV Norm Minimization of Linear Combination of Matrices

I have a matrix $\mathbf{A} \in \mathbb{R}^{2000 \times 2000}$ represented in memory by an array of $2000 \times 2000$ float32 elements and I also have $10$ arrays $...
VojtaK's user avatar
  • 368

15 30 50 per page
1
2 3 4 5
44