Skip to content
Snippets Groups Projects
Commit 35c6bf33 authored by paul_pvc's avatar paul_pvc
Browse files

cleaned the main and the TP bis

parent 605b76d8
No related branches found
No related tags found
No related merge requests found
......@@ -142,12 +142,8 @@ def create_dictionary_image(full_path, histogram, image_gl, y_true_value, liste)
such as the color histogram of the image, it's path, different extracted data.
"""
liste.append({"name_path": full_path,
# "resized_image": resized,
"X_histo": histogram,
# "X_pixelbw": computePixelBW_histo(resized),
"X_glcm_data": compute_glcm_caracteristics(image_gl),
# "X_splitted_histo": compute_4_histos(resized),
# "X_splitted_glcm": compute_4_glcm(image_gl),
"gabor_features": get_gabor_filters(image_gl),
"y_true_class": y_true_value,
"y_predicted_class": None})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment