This document compares different techniques for texture classification, including wavelet transforms and co-occurrence matrices. It finds that the Haar wavelet technique is the most efficient in terms of time complexity and classification accuracy, except when images are rotated. The co-occurrence matrix method has higher time requirements but excellent classification results, except for rotated images where accuracy is greatly reduced due to its dependence on pixel values. Overall, the Haar wavelet proves to be the best method for texture classification based on the performance assessment parameters of time complexity and classification accuracy.