Skip to content

Commit

Permalink
Added CodeBook algorithm to the QT GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewssobral committed Mar 19, 2017
1 parent d71ebc4 commit 1299c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui_qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ namespace bgslibrary
map["PAWCS"] = &createInstance<PAWCS>;
map["TwoPoints"] = &createInstance<TwoPoints>;
map["ViBe"] = &createInstance<ViBe>;
map["CodeBook"] = &createInstance<CodeBook>;

return map[alg_name]();
}
Expand Down Expand Up @@ -127,6 +128,7 @@ namespace bgslibrary
stringList.append("PAWCS");
stringList.append("TwoPoints");
stringList.append("ViBe");
stringList.append("CodeBook");
return stringList;
}
}
Expand Down

0 comments on commit 1299c13

Please sign in to comment.