I am performing a descriptor function on an image. In the documentation, the function requires me to input image I -
I is a gray-scale square image with odd side length of class SINGLE.
I already knew how to convert an image matrix to single using single(I)
, but I am not able to understand what is the meaning of a square image with odd side length, is it asking me to input a square image or is it related to matrix??