Skip to content
Snippets Groups Projects
Commit bcf3451a authored by Christopher Schmied's avatar Christopher Schmied
Browse files

Fixed bug in reg_interest_points_channel

Dual Channel for Channel does not contain the beads needs to be:
'"[(DO NOT register this channel)],beads"'
parent 99eea9c5
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ common: {
# reg_interest_points_channel:
# Single Channel: '"beads"'
# Dual Channel: '"beads,beads"'
# Dual Channel: Channel does not contain the beads '"[DO NOT register this channel],beads"'
# Dual Channel: Channel does not contain the beads '"[(DO NOT register this channel)],beads"'
reg_interest_points_channel: '"beads"',
#
# type of detection: '"Difference-of-Mean (Integral image based)"' or '"Difference-of-Gaussian"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment