Skip to content

Commit 9c5dca4

Browse files
committed
Renaming files
1 parent 71aba87 commit 9c5dca4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

MatchingExample.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"from matplotlib import pyplot as plt\n",
2424
"\n",
2525
"from src.feature_matching import FeatureMatching\n",
26-
"from src.descriptor_ehd import EHD\n",
27-
"from src.descriptor_eoh import EOH\n",
28-
"from src.descriptor_mfd import MFD"
26+
"from src.ehd import EHD\n",
27+
"from src.eoh import EOH\n",
28+
"from src.mfd import MFD"
2929
]
3030
},
3131
{
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)