You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
The following line
ImageFeatures.jl/src/brisk.jl
Line 83 in 1d2e4e9
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, ifcreate_descriptor()
is called, it raises anUndefVarError
, where`IntegralArray` not defined in `ImageFeatures`
The text was updated successfully, but these errors were encountered: