AIRCentre / SARProcessing.jl

MIT License
29 stars 3 forks source link

CA_FAR example in the readme points to convolution and pooling #80

Open rtarquini opened 1 month ago

rtarquini commented 1 month ago

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