mirror of
https://github.com/opencv/opencv.git
synced 2026-09-15 07:29:07 -05:00
Fix some typos in modules/.
This commit is contained in:
@@ -261,7 +261,7 @@ public:
|
||||
if (cvtest::debugLevel > 0)
|
||||
std::cout << "i = " << i << ": timestamp = " << timestamp << std::endl;
|
||||
const double frame_period = 1000.f/bunny_param.getFps();
|
||||
// NOTE: eps == frame_period, because videoCapture returns frame begining timestamp or frame end
|
||||
// NOTE: eps == frame_period, because videoCapture returns frame beginning timestamp or frame end
|
||||
// timestamp depending on codec and back-end. So the first frame has timestamp 0 or frame_period.
|
||||
EXPECT_NEAR(timestamp, i*frame_period, frame_period) << "i=" << i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user