Skip to content

Commit 3d77fa8

Browse files
authored
Merge pull request #4 from yashk2000/yashk2000-patch-1
Update README.md
2 parents 4470729 + dfa7a41 commit 3d77fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Here we will be noticing many of the data types ending with 2d, 2i, 2f, 3d, 3i,
232232
### cv::Vec<>
233233

234234
The `cv::Vec<>` is used as a container for almost any type of data(including objects, pointers etc.) in cpp. But we mainly use it as a container for primitive data types such as int, float, char etc.
235-
We will not be using the `cv::Vec<>` template much. Instead we use the aliases that exist for some common instatiations of `cv::Vec<>`. Some of these are:
235+
We will not be using the `cv::Vec<>` template much. Instead we use the aliases that exist for some common instantiations of `cv::Vec<>`. Some of these are:
236236
- `cv::Vec2i` - This will serve as a two element integer vector
237237
- `cv::Vec3i` - This will serve as a three element integer vector
238238
- `cv::Vec4d` - This will serve as a four element double precision floating point vector

0 commit comments

Comments
 (0)