Script error for descriptors_1.rows
I'm getting an 'Operator "<" cannot be applied to operands of type "int" and "method group" for my line for (int i = 0; i < descriptors_1.rows; i++)
descriptors_1.rows is initialized as Mat.
where is that from, exactly ? (lacking context)
there is no such thing as a "method group" in opencv. what funny language is this ?
I fixed it by changing it to 'descriptors_1.rows()'