Abnormal-Event-Detection icon indicating copy to clipboard operation
Abnormal-Event-Detection copied to clipboard

Mat AbEvent[numFrames]

Open harrychen9999 opened this issue 7 years ago • 2 comments

here AbEvent is an array, so numFrames must be a constant?

harrychen9999 avatar Dec 30 '17 02:12 harrychen9999

I use VS10 ,there is an error for compile , the note is : numFrames must be a constant.

harrychen9999 avatar Dec 30 '17 02:12 harrychen9999

The c++ standard is somewhat different in CodeBlocks and VS , you can use Mat* AbEvent=new Mat[numFrames] to solve the problem``

senyee avatar Mar 28 '18 13:03 senyee