rempic / Image-Features-Extraction

A Python Package for fast extraction of features from a set of images
49 stars 12 forks source link

NameError: name 'VF' is not defined #4

Open tobimichigan opened 2 years ago

tobimichigan commented 2 years ago

Nice work here in your repo: I encountered NameError: name 'VF' is not defined whilst trying to initialize: vor = IMG.Voronoi() apparently pointing to: image_features_extraction/Image.py in Voronoi(self) line 64 image

Please kindly advise.