Skip to content

Commit

Permalink
update median name
Browse files Browse the repository at this point in the history
  • Loading branch information
murphymatt committed May 22, 2017
1 parent eee94af commit 46d7059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgpro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ main(int argc, char **argv)
image->blendOtherImageHomography(other_image);
delete other_image;
}
else if (!strcmp(*argv, "-medianfilter")) {
else if (!strcmp(*argv, "-median")) {
CheckOption(*argv, argc, 2);
int window = atof(argv[1]);
argv += 2, argc -= 2;
Expand Down

0 comments on commit 46d7059

Please sign in to comment.