python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
noisereduce algorithm in python not working
I've been trying to use noisereduce pypi algorithm to reduce noise for an audio file but it is giving me an error :
Traceback (most recent call last):
File "C:/Users/Seif Koretum/Desktop/noise_...

Seif Koretum
Votes: 0
Answers: 2
Detect textured background for contrasted images
I have two types of images, and they were both contrasted.
Type 1: (white and clean background)
Type 2: (some gray texture in background)
I could apply Gaussian blur and Thresholding to process the ...

NguyenHai
Votes: 0
Answers: 2
How to verify if the image contains noise in background before ‘OCR’ing
I have several types of images that I need to extract text from.
I can manually classify the images into 3 categories based on the noise on the background:
Images with no noise.
Images with some ligh...

NguyenHai
Votes: 0
Answers: 2