-
Notifications
You must be signed in to change notification settings - Fork 0
Home
朱庭宏 edited this page Oct 18, 2018
·
1 revision
Welcome to the cv_function wiki!
format.cpp:convert int to String form:string int2String(int number)
mix.cpp:mix two pictures form:void mix(String WindowName,Mat &a, double alpha, Mat &b,Mat &output) newWindow.cpp:add new window and auto size form:void newWindow(String name)
function.h:header files
opencvinstall.sh:the command fot installing opencv