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

Indexing in cv::Mat

Open remindof opened this issue 4 years ago • 0 comments

Dear authors,

Thank you for your great work.

In https://github.com/kpandey008/Abnormal-Event-Detection/blob/ecf6fafe25bdf4b00974f0146afeb50819f79896/ikst_matlab/src/testFeaExtractor.cpp#L131,

should the index be "ii-1" and "jj-1" instead of "ii" and "jj", since they start from 0?

Thank you.

remindof avatar Nov 30 '20 06:11 remindof