erdogant / clustimage

clustimage is a python package for unsupervised clustering of images.
https://erdogant.github.io/clustimage
Other
92 stars 8 forks source link

How to pass multi channel images in clustimage ? #27

Open ishakhatana opened 2 months ago

ishakhatana commented 2 months ago

I have a folder of images such that each unique image has 4 channels , so , image 1 has : L0.png , L1.png ,L2.png and L3.png . So , if in a folder , there are 100 unique images , co the size of the folder will be equal to 4* 100 images .So , can i pass all the channel images into this library and perform clustering ?