Skip to content

Commit 66d1de1

Browse files
Fixed page weightings, spelling and grammar check.
1 parent a54d43a commit 66d1de1

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

content/learning-paths/laptops-and-desktops/win-opencv/1-opencv-compilers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ Here are some of the benefits of using OpenCV:
3333

3434
MSVC (Microsoft Visual C++) and Clang are both compilers that are available for developers building Windows on Arm applications.
3535

36-
* __MSVC__: Developed by Microsoft, MSVC is a compiler that is part of the Visual Studio IDE. It is designed specifically for Windows, and integrates well with the Windows development ecosystem.
36+
* __MSVC__: Developed by Microsoft, MSVC is a compiler that is part of the Visual Studio IDE. It is designed specifically for Windows, and integrates well with the Windows development ecosystem. MSVC is ideal for Windows-focused projects requiring seamless integration with Visual Studio.
3737

38-
* __Clang__: Part of the LLVM project, Clang is an Open Source compiler that is known for its modern design and cross-platform capabilities.
38+
* __Clang__: Part of the LLVM project, Clang is an Open Source compiler that is known for its modern design and cross-platform capabilities. Clang is better suited to cross-platform projects, or when using modern C++ features.
3939

40-
MSVC is ideal for Windows-focused projects requiring seamless integration with Visual Studio. Clang is better-suited for cross-platform projects, or when using modern C++ features.
4140

content/learning-paths/laptops-and-desktops/win-opencv/1.5-opencv-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ This Learning Path was tested with LLVM version 18.1.8.
4949
This Learning Path was tested with Ninja version 1.11.1.
5050
{{% /notice %}}
5151

52-
Make sure LLVM Clang and Ninja are in your search path. If they are not, you can use Windows Control Panel to set the PATH environment variable.
52+
Make sure LLVM Clang and Ninja are in your search path. If they are not, you can use Windows Control Panel to set the `path` environment variable.
5353

5454
You now have the required development tools installed. You can move on to the page for the compiler that you want to build with.

content/learning-paths/laptops-and-desktops/win-opencv/2-1-build-msvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Build OpenCV Applications with MSVC
3-
weight: 4
3+
weight: 5
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

content/learning-paths/laptops-and-desktops/win-opencv/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Build OpenCV applications on Windows on Arm
2+
title: Create OpenCV applications on Windows on Arm
33

44
minutes_to_complete: 90
55

6-
who_is_this_for: This is an advanced topic for software developers who want to use OpenCV with Windows on Arm devices.
6+
who_is_this_for: This is an advanced topic for software developers who want to build and develop applications on Windows on Arm devices using OpenCV.
77

88
learning_objectives:
99
- Build the OpenCV library for Windows on Arm devices.

0 commit comments

Comments
 (0)