Skip to main content

Unanswered Questions

5,709 questions with no upvoted or accepted answers
12 votes
0 answers
233 views

Converting very short "motionless" video frames to single, better-resolved, images

I made a mistake with my newly bought compact camera, before a trip to Japan. Instead of taking single pictures, I ended up with a few short "MP4" video files (1 second, 2-3 frames). I could ...
12 votes
0 answers
1k views

Ensemble learning, multiple classifier system

I am trying to use a MCS (Multi classifier system) to do some better work on limited data i.e become more accurate. I am using K-means clustering at the moment but may choose to go with FCM (Fuzzy c-...
9 votes
0 answers
1k views

Help in Retraining a HOG Descriptor using SVMLight

I am currently trying to count cars using OpenCV 2.4.4 with a HOG descriptor. Because a model for car detection is not available in OpenCV, I am creating my own model using SVMLight and a dataset of ...
7 votes
0 answers
324 views

Avoid circular convolution aliasing in weighted overlap-add (WOLA) method

This link gives the procedure of implementing the WOLA method. It can be summarized briefly as windowing the extractd data frame, FFT, modify the spectrum, IFFT and overlap-add the windowed IFFT ...
7 votes
0 answers
424 views

Efficient Convolution Without I/O Delay (Gardner 1995) implementation

I am trying to perform real-time convolution on an audio stream using a fairly large FIR for convolutional reverb. I found a great paper explaining how to do just that: Gardner, 1995. But, I'm new to ...
7 votes
1 answer
266 views

Filter design to realize Cauchy product

I come from Computer Science so please pardon for my possibly wrong terminology. I need to design a filter which has coefficients $$h_0, h_1, \ldots, h_n, \ldots \quad\text{such that}\quad h_0 > ...
7 votes
1 answer
2k views

detect what is noise in audio signal

I'm trying to filter noise from an audio signal. The signal was and is going to be recorded in a city environment which always contains some white/pink noise. At this moment I'm using two options to ...
7 votes
1 answer
395 views

Analytical Expression for Convolution of Two 2D DFTs

I am trying to do an image analysis problem on some images, and I want to calculate some things in the frequency domain which are giving me problems. Say I have an (discrete) image $I(x,y)$ of size $...
6 votes
1 answer
381 views

Effect of Passband Slope on QPSK Constellation

What is the effect of a passband slope on a QPSK (or any QAM) constellation? Specifically given a linear slope (in magnitude, not dB), and no phase distortion (linear phase or even zero-phase) how ...
6 votes
0 answers
92 views

Other Examples of Complete Orthonormal Systems

I am interested in other examples of finite and complete orthogonal basis. I am not confident in my use of the term “complete”, so what I mean specifically is a set of basis vectors that can be used ...
6 votes
1 answer
189 views

Signal Reconstruction in Compressed Sensing with a Simple Vector Signal as an Example

While going through the different types of reconstruction algorithm as mentioned in Richard G. Baraniuk - Compressive Sensing - Lecture Notes (Also on DocDroid), I came to know that minimum $ {L}_{1} $...
6 votes
1 answer
1k views

How Can I Detect Peaks and Regions of Highest Variance in a 1D Signal?

I'm not a signal processing person at all so hopefully I'm not asking an obvious question (if I am, I'd appreciate any resources that would help give more context). I have a 1D vector where the ...
6 votes
0 answers
2k views

Jacobian Matrix of a Quaternion $q$ respect to Angular Velocity $\omega$

In the context of visual tracking and video processing I need to estimate variations of the orientation related to the angular velocity. I am trying to calculate the Jacobian matrix of a quaternion $\...
6 votes
0 answers
198 views

EWMA based differential that is strictly positive on strictly increasing irregular time series?

Let's say I have a time series $ \{t_i, x_i\} $ where the $x_i$ are strictly increasing and the $t_i$ are not regularly spaced. I can define a differential operator as $$ \Delta_i = \frac{x_i-x_{i-1}...
6 votes
1 answer
457 views

Detect quasi-parallel lines with spurs in a binary image

I'm looking for a way to remove quasi-parallel curves from the net, as depicted in the figure. Not only the original nets (upper row in figure) contain many spurs, but also the curves to be detected ...

15 30 50 per page
1
2 3 4 5
381