LBP icon indicating copy to clipboard operation
LBP copied to clipboard

some questions

Open tiam94 opened this issue 7 years ago • 0 comments

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.

tiam94 avatar Apr 19 '18 12:04 tiam94