Skip to content

Commit 8443706

Browse files
committed
first upload
1 parent 58c2e1f commit 8443706

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cnnmatching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import time
99
from skimage import measure
1010
from skimage import transform
11-
11+
1212
#time count
1313
start = time.perf_counter()
1414

plotmatch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import numpy as np
22

33

4-
54
def plot_matches(ax, image1, image2, keypoints1, keypoints2, matches,
65
keypoints_color='r', matches_color=None, plot_matche_points=True, matchline = True, matchlinewidth = 0.5,
76
alignment='horizontal'):

0 commit comments

Comments
 (0)