First of all, this is not the 外国 source code. This is a website from Taiwan.
Secondly, the readme says that OpenCV and Booot must be configured first, as well as the IDE environment. This is a necessary prerequisite to facilitate subsequent code writing and experimentation.
Finally, its source code does not have the main() function, which is the reason for the 没有启动入口 prompt. Since you want to use it, I think it is more convenient to write the main() function yourself. After all, you may still have to modify it in the future to use the various APIs provided.
Thank you for your reply, I don’t understand C++ at all. . . . I have configured OpenCV and Bootot, but I am missing an entry point. I don’t know how to call the functions inside? Or can you help me translate it into DELPHI? Or can you help me write an entry to call the function inside, and I can do a test?
First of all, this is not the
外国
source code. This is a website from Taiwan.Secondly, the readme says that
OpenCV
andBooot
must be configured first, as well as the IDE environment. This is a necessary prerequisite to facilitate subsequent code writing and experimentation.Finally, its source code does not have the
main()
function, which is the reason for the没有启动入口
prompt. Since you want to use it, I think it is more convenient to write themain()
function yourself. After all, you may still have to modify it in the future to use the various APIs provided.Thank you for your reply, I don’t understand C++ at all. . . . I have configured OpenCV and Bootot, but I am missing an entry point. I don’t know how to call the functions inside?
Or can you help me translate it into DELPHI? Or can you help me write an entry to call the function inside, and I can do a test?