Hello I'm new to python and I'm trying to learn OpenCV. When I check the API references for OpenCV I came across this types of parameter description.
cv2.imread(filepath[, flags])
What does the "[, flags]" part mean? I know it takes in two variable, which is filepath and flags, but I don't know the meaning of the square bracket. Any help is appreciated!