mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 01:57:43 +08:00
trying to convert README to rst
This commit is contained in:
@ -113,7 +113,7 @@ Adding images codecs support
|
|||||||
Things done to read/writes images in JPEG, PNG, etc..
|
Things done to read/writes images in JPEG, PNG, etc..
|
||||||
|
|
||||||
PNG
|
PNG
|
||||||
~~~
|
|
||||||
|
|
||||||
- Remove `-DWITH_PNG=OFF` and add `-DBUILD_PNG=ON` and `-DBUILD_ZLIB=ON` of the cmake command
|
- Remove `-DWITH_PNG=OFF` and add `-DBUILD_PNG=ON` and `-DBUILD_ZLIB=ON` of the cmake command
|
||||||
- => The lib `opencv_imgcodecs.a` build pass
|
- => The lib `opencv_imgcodecs.a` build pass
|
||||||
@ -123,7 +123,7 @@ The library is compiled in the `3rdparty/` folder. Copy this folder into the esp
|
|||||||
|
|
||||||
|
|
||||||
JPEG
|
JPEG
|
||||||
~~~
|
|
||||||
|
|
||||||
- Remove `-DWITH_JPEG=OFF` and add `-DBUILD_JPEG=ON` of the cmake command
|
- Remove `-DWITH_JPEG=OFF` and add `-DBUILD_JPEG=ON` of the cmake command
|
||||||
- => Problem at compilation time. TODO
|
- => Problem at compilation time. TODO
|
||||||
@ -156,7 +156,7 @@ Imgproc module:
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
Colorspaces
|
Colorspaces
|
||||||
"""""""""""
|
|
||||||
|
|
||||||
Opencv supports multiple colorspaces (RGB, BGR, RGB565, RGBA, CIELAB, CIEXYZ, Luv, YUV, HSV, HLS, YCrCb, Bayer, Gray). All these colorspaces are not mandatory for an embedded system, so some are removed.
|
Opencv supports multiple colorspaces (RGB, BGR, RGB565, RGBA, CIELAB, CIEXYZ, Luv, YUV, HSV, HLS, YCrCb, Bayer, Gray). All these colorspaces are not mandatory for an embedded system, so some are removed.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user