rempic / Image-Features-Extraction

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

Pls help #1

Open cavita283 opened 4 years ago

cavita283 commented 4 years ago

1

unable to find feature set for this chest scan image.. below is the code

import image_features_extraction.Images as fe import Voronoi_Features as VF

IMGS = fe.Images('C:/Users/cavit/Desktop/Phd Work 2018-2019-2020/2020/Implementation/Image-Features-Extraction-master/mydata/covid-ct',image_file_ext=['tif','tiff','jpg','png'])

storage_name = 'C:/Users/cavit/Desktop/Phd Work 2018-2019-2020/2020/Implementation/Image-Features-Extraction-master/mydata/FeatureList1.csv'

for IMG in IMGS:

print(IMG.file_name())

FEATURES = IMG.features(['area','perimeter', 'extent', 'equivalent_diameter', 'eccentricity'])

FEATURES.save(storage_name, type_storage='file', do_append=True)

not throwing any error for the above code.. but output feature file size is empty

cavita283 commented 4 years ago

I even tried the program for xray images.. its not working.. can some one point out for the possible error... since output file is blank

cavita283 commented 4 years ago

the program works only for your images not mine atleast.. can the author pls point to the checkpoints for debugging that could have gone wrong.. or any particular specifications of the image file