Skip to content

Commit 5925f66

Browse files
committed
remove unecessary command
1 parent 1bc49b8 commit 5925f66

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Fiji/scripts/Plugins/Template_Matching/Template_Matching_Image.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,8 @@
168168
Title = image.getTitle()
169169

170170
else:
171-
Title = image.getTitle()
172-
173-
searchedImage.setTitle(Title)
174-
175-
171+
Title = image.getTitle()
172+
176173
# Do the template(s) matching
177174
#Start = time.clock()
178175
Hits_BeforeNMS = getHit_Template(template,

0 commit comments

Comments
 (0)