2
그라디언트 기반 Hough 변환을 구현하는 방법
가장자리 감지에 Hough 변환을 사용하려고하는데 그라디언트 이미지를 기본으로 사용하고 싶습니다. I 화상은 주어진 지금까지 수행 한 어떤 I크기 [M,N]및 그 부분 유도체 gx, gy등의 각 화소에서의 기울기 각도를 산출한다 thetas = atan(gy(x,y) ./ gx. 마찬가지로 그라디언트 크기를로 계산합니다 magnitudes = sqrt(gx.^2+gy.^2). Hough 변환을 구축하기 위해 다음 MATLAB 코드를 사용합니다. max_rho …
9
image-processing
edge-detection
image-processing
computer-vision
image-registration
discrete-signals
noise
bpsk
snr
demodulation
bpsk
multipath
synchronization
timing
image-processing
filters
algorithms
edge-detection
sampling
demodulation
bpsk
synchronization
timing
fft
fourier-transform
delay
audio
speech-recognition
soft-question
discrete-signals
discrete-signals
autocorrelation
frequency
computer-vision