SARProcessing.jl
SARProcessing.jl copied to clipboard
CA_FAR example in the readme points to convolution and pooling
Using the CA-CFAR to find objects in the image
image_cp_cfar = SARProcessing.constant_false_alarm_rate_with_convolution_and_pooling(slc_image.^2,background_window,guard_window,probability_for_alarms); SARProcessing.sar2gray(image_cp_cfar, p_quantile = 0.9)
Believe this should point to SARProcessing.cell_averaging_constant_false_alarm_rate