Skip to main content

All Questions

0 votes
1 answer
2k views

Subtracting DC Offset a Complex Signal?

If I take the magnitude of a complex signal, and then subtract the mean amplitude, I remove DC offset but lose the real and imaginary components. How can I properly subtract the DC offset of a complex ...
wolfblade87's user avatar
3 votes
1 answer
208 views

correcting mirror ghosting effect

I have an application in which I have to process images taken through a mirror. The camera and mirror positions are fixed, and the object is always in the same position with respect to the mirror. The ...
marcov's user avatar
  • 31
1 vote
0 answers
189 views

pre-processing to improve feature detector before tracking

I am trying to make tracking for soccer player, I need to detect features from this player and then estimate the distance difference of these pixels over number of frames. first I have to detect the ...
H.H's user avatar
  • 161
0 votes
4 answers
369 views

Is this image good enough for OCR?

Hello I'm trying to ocr on a special image. I've done adaptive threshold , polartocartesian transformation. this is my original image this is adaptive threshold this is polartocartesian ...
Anar Bayramov's user avatar
-1 votes
1 answer
74 views

what are best features [closed]

I am doing OCR for Kannada and English. What are the best features in image? Please also tell me some tools to perform OCR before implementing it as code (like Rapiedminer for machine learning).
Madan Ram's user avatar
  • 143
1 vote
3 answers
542 views

Is it an excessive pre-processing step in image processing?

I wanted to consult with some experts whether or not this pre-processing step is excessive for what I'm trying to achieve. I am in a similar scenario as the author of the article, where I have many ...
Iancovici's user avatar
  • 139
0 votes
2 answers
2k views

Should I consider rgb values of a pixel as one value?

I was reading this paper for a project work. We train on 1.6 million 32*32 color images that have been preprocessed by subtracting from each pixel its mean value over all images and then ...
pinkpanther's user avatar
7 votes
1 answer
1k views

What segmentation methods can be used for simple images?

As related to the project I am currently involved in, I have come to realize that one thing that might help is for me to 'segment' my image. To that end, I have shown a very simple example below. ...
Spacey's user avatar
  • 9,847
8 votes
4 answers
1k views

Preprocessing to improve Harris corner tracking between video frames?

In our unmanned aerial vehicle grayscale video image stabilization application, we're having difficulty finding the "good" Harris corners in frame N+1 selected from frame N. The source of the ...
David Pointer's user avatar