We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to know if the matlab code supports color image compression. From the code it looks like images are converted to grayscale before conversion.
The text was updated successfully, but these errors were encountered:
Hi, one way to apply the method to colorful images is to apply the algorithm to independent channels.
Sorry, something went wrong.
Great! Thank you! If I wanted to use Microshift on 64x64 images, do I just make the following changes in example_testbench_low_power.m:
example_testbench_low_power.m
ActivePixels = 64; % from 216 ActiveLines = 64; % from 256 ... origIm = imresize(origIm, [64, ActivePixels]);
No branches or pull requests
I wanted to know if the matlab code supports color image compression.
From the code it looks like images are converted to grayscale before conversion.
The text was updated successfully, but these errors were encountered: