python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Removing noise line in captcha image to solve complex captcha image
I want to delete the random noise line in captcha iamge.
There are several captcha samples in below.
I utilized cv2 and pytesseract.
import cv2
from pytesseract import image_to_string
import pytess...
seongyeop
Votes: 0
Answers: 0
Which acoustic parameters might be useful for distinguishing between various broadband signals?
I'm working on creating a gunshot classifier that is (hopefully) able to distinguish between three different gun types that are used for different poaching purposes in Central Africa (large game vs. s...
Anahita Verahrami
Votes: 0
Answers: 1
Package colorednoise.py working in jupyter notebook but no script under the same environment
When I run the code:
import sys
import math
import numpy as np
import matplotlib.pyplot as plt
from typing import List, Tuple
import os
import scipy.io, scipy.signal
import colorednoise as cn
def ge...

ConsistentC
Votes: 0
Answers: 0
How to increase noise at one particular area of data?
I have a dataframe that is a sine wave with slight noise, and I want to increase the noisiness at only one particular place of the plot. The noise should increase at a certain point before reducing ag...
Serena
Votes: 0
Answers: 1