Image segmentation – show or hide clusters
I’m trying to make a small program in c#, that will downsample image to specified amount of colors (using K-means). Then, user will be able to hideshow colored areas(clusters) in image. I’ve implemented image clustering algorithm and I also have info about main colors, but how to implement show/hide color function? Example below
Image segmentation – show or hide clusters
I’m trying to make a small program in c#, that will downsample image to specified amount of colors (using K-means). Then, user will be able to hideshow colored areas(clusters) in image. I’ve implemented image clustering algorithm and I also have info about main colors, but how to implement show/hide color function? Example below
Most efficient way of saving images and sending them to client browser
I’m building an app where users list items for sale and they can include up to five photos for each item. I’m using Azure Blob storage for storing the images.
Most efficient way of saving images and sending them to client browser
I’m building an app where users list items for sale and they can include up to five photos for each item. I’m using Azure Blob storage for storing the images.
Most efficient way of saving images and sending them to client browser
I’m building an app where users list items for sale and they can include up to five photos for each item. I’m using Azure Blob storage for storing the images.
Most efficient way of saving images and sending them to client browser
I’m building an app where users list items for sale and they can include up to five photos for each item. I’m using Azure Blob storage for storing the images.
Downscaled image vs image directly taken at that resolution
Lets say I take two images from the exact same location. One is taken at x * y resolution and other at 2x * 2y resolution.