Skip to content

Commit 776ffca

Browse files
committed
Small changes in rst
1 parent d5bfd92 commit 776ffca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

providers/base/units/camera/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Camera unit
22
=======================
33

4-
Unit is responsible for camera control and image processing tests.
4+
Unit is responsible for camera control and image-processing tests.
55

66
Jobs
77
####
@@ -12,11 +12,11 @@ Jobs
1212
- **led**
1313
- **still**
1414
- **multiple-resolution-images-rpi**
15-
- **camera-quality**: Computes the quality of the image using the brisque score
15+
- **camera-quality**: Computes the quality of the image using the BRISQUE score
1616
It depends on python3-opencv and libsvm3.
17-
- **camera-quality-rpi**: RPi-specific variant of the BRISQUE image quality
18-
check. The algorithm is the same as the one, but the raspberry pi can't
19-
use opencv to grab the image, so we pass the image as an argument.
17+
- **camera-quality-rpi**: RPi-specific variant of the BRISQUE image-quality
18+
check. The algorithm is the same as as in `camera-quality`, but the Raspberry
19+
Pi can't use OpenCV to grab the image, so we pass it as an argument.
2020

2121
**NOTE:**
2222

0 commit comments

Comments
 (0)