ULUnknown Legendinhanuman.hashnode.dev·Feb 11, 2023 · 3 min readOpenCV Tutorial PythonOpenCV supports images : Windows bitmaps – .bmp, .dib JPEG files – .jpeg, .jpg Portable Network Graphics – *.png WebP – *.webp Sun rasters – .sr, .ras TIFF files – .tiff, .tif Raster and Vector geospatial data supported by GDAL cv::imre...00
ULUnknown Legendinhanuman.hashnode.dev·Feb 10, 2023 · 1 min readUnicode Error : Imread()import cv2 import numpy as np #if you get an error in path remember there are three solutions to it # It is because we are giving normal string to it # In normal string python understands that '\' is escape sequence character # img = cv2.imread(r...00