energy changed

This commit is contained in:
sun
2019-07-12 15:58:11 +08:00
parent 1c295e14ac
commit d494182740
20 changed files with 278 additions and 298 deletions

View File

@@ -18,5 +18,4 @@ bool VideoWrapper::init() {
bool VideoWrapper::read(cv::Mat &src) {
return video.read(src);
}