1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Fix typos in tutorials within docs/

Fix various typos found within tutorial documentation
This commit is contained in:
luz paz
2022-03-17 16:06:54 -04:00
parent 48cd2d190f
commit 632e07b749
12 changed files with 19 additions and 19 deletions
@@ -241,7 +241,7 @@ pipeline is compiled for streaming:
cv::GComputation::compileStreaming() triggers a special video-oriented
form of graph compilation where G-API is trying to optimize
throughput. Result of this compilation is an object of special type
cv::GStreamingCompiled -- in constract to a traditional callable
cv::GStreamingCompiled -- in contrast to a traditional callable
cv::GCompiled, these objects are closer to media players in their
semantics.