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

image color changes to gray scale #8

Closed ashwanisng closed 4 years ago

ashwanisng commented 4 years ago

image color changes to gray scale

Anujg935 commented 4 years ago

Hi @ashwanisng please use matplotlib for showing image instead of opencv.

ashwanisng commented 4 years ago

Hey, I used this code to change image color to gray but color of images, not changes. gray_image = cv.cvtColor(images, cv.COLOR_BGR2GRAY) plt.imshow(gray_image) @Anujg935 @akshitagupta15june @und3fined-v01d