You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: