diff --git a/autocnet/matcher/mutual_information.py b/autocnet/matcher/mutual_information.py index 723c4dbbb5456eceef0f21312b5485268a6eb7c7..51b044f69590924dd1a048739e6e2263be290b7a 100644 --- a/autocnet/matcher/mutual_information.py +++ b/autocnet/matcher/mutual_information.py @@ -61,9 +61,6 @@ def mutual_information_match(d_template, s_image, subpixel_size=3, Subpixel area size to search for the center of mass calculation - bins : int - Number of bins to use when computing the histograms - func : function Function object to be used to compute the histogram comparison