MotionDetection icon indicating copy to clipboard operation
MotionDetection copied to clipboard

question about the details of the implementation and some proposals

Open HuangJunJie2017 opened this issue 7 years ago • 0 comments

have you implement motion compensation in the program?

proposal inside the program the image path for function "imread()" should not be a char class array ,instead it should be a string class ,for example:

char buff[100]; sprintf(buff, "%s%04d.jpg",PATH, start); std::string address = buff; Mat frame = imread(address, IMREAD_COLOR);

HuangJunJie2017 avatar Mar 13 '18 11:03 HuangJunJie2017