The following line
|
int_img = IntegralArray(img) |
uses the
IntegralArray() type, (from the IntegralArrays.jl package if I understand correctly) but the package is neither imported nor referenced in the dependencies. On its own, if
create_descriptor() is called, it raises an
UndefVarError, where
`IntegralArray` not defined in `ImageFeatures`