mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
docs: fix spelling errors
- 'tirangle' -> 'triangle' - 'cirlce' -> 'circle' - 'gradiantSize' -> 'gradientSize' - 'unnotied' -> 'unnoticed' - 'consistensy' -> 'consistency' - 'implemention' -> 'implementation' - 'suppported/Unsuppported/suppport' -> 'supported/Unsupported/support'
This commit is contained in:
@@ -575,7 +575,7 @@ TEST(StatefulKernel, StateIsResetOnceOnReshapeInStreaming)
|
||||
|
||||
run("cv/video/768x576.avi", 1);
|
||||
// FIXME: it should be 2, not 3 for expectedSetupsCount here.
|
||||
// With current implemention both GCPUExecutable reshape() and
|
||||
// With current implementation both GCPUExecutable reshape() and
|
||||
// handleNewStream() call setupKernelStates()
|
||||
run("cv/video/1920x1080.avi", 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user