Merge pull request #23901 from kai-waang:remove-duplicated

removing duplicated statement
pull/23915/head
Alexander Smorkalov 2 years ago committed by GitHub
commit 64be9c8bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/calib3d/src/usac/gamma_values.cpp

@ -13,7 +13,6 @@ class GammaValuesImpl : public GammaValues {
int max_size_table, DoF;
public:
GammaValuesImpl (int DoF_, int max_size_table_) {
max_size_table = max_size_table_;
max_size_table = max_size_table_;
DoF = DoF_;
/*

Loading…
Cancel
Save