akshitagupta15june / lane_detection_opencv

The main emphasis of this project is to find the further ways which can be used further to improve the result of lane detection algorithms. Join Discord channel for discussion.
https://discord.gg/CWqgNWbNye
MIT License
37 stars 36 forks source link

One library for read and write. #63

Open akshitagupta15june opened 3 years ago

akshitagupta15june commented 3 years ago

use one uniform library to read and write images. This is because the matplotlib library works on BGR colorspace and the OpenCV library works with RGB colorspace. Using one of those to perform read and write operations on images would prevent any confusion

Purvanshsingh commented 3 years ago

Assign it to me I'll work on it.

akshitagupta15june commented 3 years ago

ok sure!

abhimish99 commented 3 years ago

Akshita, I would like to work on this issue under SWoC.

akshitagupta15june commented 3 years ago

i think @Purvanshsingh is working on this

Purvanshsingh commented 3 years ago

yes I am working on it.