rename video_bprob -> video_fprob
This commit is contained in:
parent
ecece4021f
commit
55a1095490
@ -3,5 +3,5 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${BLKY_CXX_FLAGS} -I ${PROJECT_SOURCE_DI
|
|||||||
add_executable(bidx_video common.hh bidx_video.cc)
|
add_executable(bidx_video common.hh bidx_video.cc)
|
||||||
target_link_libraries(bidx_video PRIVATE args minimp4 openh264)
|
target_link_libraries(bidx_video PRIVATE args minimp4 openh264)
|
||||||
|
|
||||||
add_executable(video_bprob common.hh video_bprob.cc)
|
add_executable(video_fprob common.hh video_fprob.cc)
|
||||||
target_link_libraries(video_bprob PRIVATE args minimp4 openh264)
|
target_link_libraries(video_fprob PRIVATE args minimp4 openh264)
|
||||||
|
@ -20,7 +20,7 @@ namespace param {
|
|||||||
using namespace ::args;
|
using namespace ::args;
|
||||||
|
|
||||||
ArgumentParser parser {
|
ArgumentParser parser {
|
||||||
"converter: video -> block probability matrix"
|
"converter: video -> feature probability matrix"
|
||||||
};
|
};
|
||||||
HelpFlag help {
|
HelpFlag help {
|
||||||
parser, "help", "display this menu", {'h', "help"},
|
parser, "help", "display this menu", {'h', "help"},
|
Loading…
x
Reference in New Issue
Block a user