noise-reduction Questions
3
Solved
I want to posterize an image with k-means and OpenCV in C++ interface (cv namespace) and I get weird results. I need it for reduce some noise. This is my code:
#include "cv.h"
#include &q...
Pullen asked 5/3, 2012 at 23:22
1
I'm trying to use the BaselineRemoval package to remove background fluorescence from some Raman spectra. In the code documentation, it states the preferred format for the input as input_array: A pa...
Upshot asked 28/8, 2020 at 12:46
2
Solved
I have images that are noised with some random lines like the following one:
I want to apply on them some preprocessing in order to remove the unwanted noise ( the lines that distort the writing) ...
Zealand asked 3/1, 2019 at 19:17
9
Solved
I have an image here with a table.. In the column on the right the background is filled with noise
How to detect the areas with noise? I only want to apply some kind of filter on the parts with no...
Everywhere asked 16/2, 2017 at 11:15
0
On different systems (Windows/Android/etc.) there are some "built-in" audio enhancements. For example AEC (autmatic echo cancellation), NR (noise reduction) and Automatic Gain Control. Everyone can...
Encratia asked 1/6, 2017 at 12:22
3
In my android application I need to capture the user's speech from the microphone and then pass it to the server. Currently, I use the MediaRecorder class. However, it doesn't satisfy my needs, bec...
Summers asked 18/6, 2012 at 17:7
1
Solved
I try to obtain the spectrum of an grayscale image using FFT Cooley–Tukey algorithm in Java.
I don't know exactly how to form the input for the algorithm and what values from the output to use in o...
Gelatinize asked 2/11, 2014 at 17:27
1
Solved
I've only used MATLAB as a calculator, so I'm not as well versed in the program. I hope a kind person may be able to guide me on the way since Google currently is not my friend.
I have a wav file ...
Yajairayajurveda asked 12/6, 2014 at 22:50
2
Solved
I'm trying to learn how to work with audio in as many different ways as possible.
Given a known audio stream (lets call it stream1) and an unknown audio stream (stream2) which are mixed into one s...
Particolored asked 15/2, 2014 at 9:52
3
Solved
I'm trying to remove a Gaussian noise from an image. I've added the noise myself using:
nImg = imnoise(img,'gaussian',0,0.01);
I now need to remove the noise using my own filter, or at least red...
Crenel asked 23/12, 2011 at 17:54
1
I'm working a somewhat ambitious project to get active noise-reduction achieved on Android with earbuds or headphones on.
My objective is to record ambient noise with the android phone mic, invert...
Petrozavodsk asked 22/11, 2013 at 20:3
1
Solved
At my work the entire engineering department just got moved into a new seating arrangement that allows sound to travel a bit more than any of us care to enjoy. I wanted to try to come up with...
Titillate asked 10/1, 2013 at 21:9
1
I'm looking for a possibility to convert raster images to vector data using OpenCV. There I found a function cv::findContours() which seems to be a bit primitive (more probably I did not understand...
Anselme asked 15/10, 2012 at 11:18
7
Solved
This question is related to my previous post Image Processing Algorithm in Matlab in stackoverflow, which I already got the results that I wanted to.
But now I am facing another problem, and gett...
Digest asked 13/6, 2012 at 11:17
2
Solved
I had read in a video into Visual Studio using openCV and converted it to grayscale then used the function CV_THRESH_BINARY to convert it into a binary image. However, there are holes and noise in ...
Marotta asked 17/2, 2012 at 5:31
2
I'm developing an iPhone 4 (iOS 4) application that show an level meter.
This app measures human voice. But it has a problem. When there is a lot of noise, it doesn't work. It measures also backgr...
Erb asked 23/11, 2011 at 18:48
2
Solved
I came across this relatively old post which describes how impressively Nexus One's noise cancellation works and I was wondering where can I find more information about its implementation in the OS...
Burn asked 7/8, 2011 at 19:19
1
Solved
I want to program software for noise canceling in real time, the same way it happens in earphones with active noise canceling. Are there any open algorithms or, at least, science papers about it? A...
Xuthus asked 28/6, 2011 at 8:19
3
Solved
in a given application I apply an averaging mask to input images to reduce noise, and then a Laplacian mask to enhance small details. Anyone knows if I Would get the same results if I reverse the o...
Bearded asked 13/6, 2011 at 0:12
2
Solved
Can anyone point me in the right direction on how I would minimize ambient noise while recording someone speaking using the iPhone SDK Core Audio? I'm guessing a band-pass filter that eliminates an...
Decasyllabic asked 26/2, 2010 at 19:8
1
© 2022 - 2024 — McMap. All rights reserved.