mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #27444 from vtjl10:4.x
Fix Typos and Improve Clarity in Documentation #27444 Description: This pull request addresses minor typographical errors and improves the clarity of documentation in several markdown files. Specifically: - Corrected spelling mistakes such as "traslation" to "translation". - Improved phrasing for better readability and understanding. - Added references to specific setter methods in the StereoBM documentation for more detailed guidance. These changes are limited to documentation and do not affect any code functionality.
This commit is contained in:
@@ -10,7 +10,7 @@ Goal
|
||||
----
|
||||
|
||||
Thrust is an extremely powerful library for various cuda accelerated algorithms. However thrust is designed
|
||||
to work with vectors and not pitched matricies. The following tutorial will discuss wrapping cv::cuda::GpuMat's
|
||||
to work with vectors and not pitched matrices. The following tutorial will discuss wrapping cv::cuda::GpuMat's
|
||||
into thrust iterators that can be used with thrust algorithms.
|
||||
|
||||
This tutorial should show you how to:
|
||||
|
||||
Reference in New Issue
Block a user