Is there any mistake in using the LBP value after reducing the dimension? It seems like a defined number in the dictionary.
Also, how can I change the histogram line to show a histogram?
The python3.x version seems to be a "hist = cv2.normalize(hist,hist).flatten()" error. In this paper, "hist = cv2.normalize(hist,hist).flatten()" is used.
Is there any mistake in using the LBP value after reducing the dimension? It seems like a defined number in the dictionary.
Also, how can I change the histogram line to show a histogram?
The python3.x version seems to be a "hist = cv2.normalize(hist,hist).flatten()" error. In this paper, "hist = cv2.normalize(hist,hist).flatten()" is used.