Skip to content
Snippets Groups Projects
Commit 1299c13f authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Added CodeBook algorithm to the QT GUI

parent d71ebc42
Branches
Tags
No related merge requests found
......@@ -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]();
}
......@@ -127,6 +128,7 @@ namespace bgslibrary
stringList.append("PAWCS");
stringList.append("TwoPoints");
stringList.append("ViBe");
stringList.append("CodeBook");
return stringList;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment