The quantization tag has no wiki summary.
1
vote
1answer
99 views
NeuQuant.js (JavaScript color quantization) hidden bug in JS conversion
NeuQuant.js works well when the image width and height are a multiple of 100:
300x300
Otherwise, there is obviously a bug:
299x300
(These were made with this web app.)
I'm 90% sure that the bug ...
0
votes
1answer
30 views
Finding duration of a song
This was a midterm question and I do not know how to calculate this.
A CD quality stereo song has been saved on your computer, occupying 35.28
MBytes of storage. The CD quality mandates that we have ...
1
vote
1answer
142 views
How to reduce colors to a specified number in Delphi?
How can I reduce colors to a specified number (<=256) in Delphi?
I don't want to just use:
Bmp.PixelFormat := pf8bit;
because that way I cannot control number of colors. I don't want dithering, ...
0
votes
0answers
45 views
Color clustering for iOS
I'm working on an app for iOS in which I need to quantize the image in 8 colors and then get the color zones (with adjacents pixels only); what is more, I need each zone to have a minimum size, and a ...
0
votes
1answer
118 views
Matlab Error: The covariance matrix of each group in TRAINING must be positive definite
I am currently looking at the effects of sampling rate and quantization on tumour signals during classification. I get the error 'The pooled covariance matrix of TRAINING must be
positive definite.' ...
2
votes
1answer
64 views
How to use ColorQuantizerDescriptor?
Following the idea of @PhiLho's answer to How to convert a BufferedImage to 8 bit?, I want to use ColorQuantizerDescriptor to convert a BufferedImage, imageType TYPE_INT_RGB, but ...
0
votes
2answers
148 views
Is “color quantization” the right name for color quantization in OpenCV?
I'm looking for a way to get a complete list of all the RGB values for each pixel in a given image using OpenCV, now i call this "color quantization".
The problem is that according to what I have ...
0
votes
0answers
134 views
how to uniformly quantize an intensity image into K levels (where K=4, 16, etc) in MATLAB? and how to display these quantized images?
i am trying to do uniform quantization on a gray scale image in MATLAB. i have allready generated the intensity image from RGB. now i am trying to uniformly quantize the intensity image. i have to ...
2
votes
1answer
125 views
Spatially invariant Vector Quantization
I am trying to implement the algorithm by Jason Hipp et al. There is also a presentation, which is shorter and more comprehensive.
A brief description of their approach:
They use Vector ...
0
votes
2answers
109 views
Star / half star rating function without if/then logic?
The question is, is there a straightforward mechanistic way to know which stars (gold, 1/2 gold, grey) to draw without using conditional logic, for example using a pointer to the correct star based on ...
0
votes
2answers
627 views
how to caluclate audio file size?
you have 30 seconds audio file sampled at a rate of 44.1 KHz and quantized using 8 bits ; calculate the bit rate and the size of mono and stereo versions of this file ؟؟
0
votes
1answer
125 views
how to estimate the count of clusters for color-quantization with kmeans2
I want to quantisize some images with the kmeans2 algorithm.
My problem is to find the (near) best count of clusters.
Has someone an idea how to estimate the count of clusters?
My idea is to create ...
2
votes
1answer
121 views
Basic image quantification with Java tools
I am trying to process images/avatars with java tools in order to get a 8-bits color scheme and to diminish drastically the size of my images. I actually found a few solutions in other related ...
1
vote
1answer
100 views
iPhone: how to quantize the position of a touched object
Hi all you smart people out there!
I want to create a touch interface to an iOS app, that allows the user to drag an object on the screen around.
However, this object should be restricted to move ...
0
votes
1answer
247 views
Jpeg quantization table (16x16)
I try to study jpeg image compression. I've got one problem for quantization step, I am not able to find quantization table for matrices 16x16. I am searching for the matlab code for JPEG ...
1
vote
1answer
192 views
create GIF image with fixed colormap using Image Magick
I want to save .gif conversions of other images with a specified colormap. The "-remap cmap.gif" option in Image Magick
example: convert -remap cmap.gif input.png output.gif
DOES process input.png ...
0
votes
0answers
337 views
Calculating quantization error
I implement an algorithm in two language (C and MATLAB). I want to calculate the quantization error in order to compare the two implementaions in terms of accuracy. How do I do that?
0
votes
1answer
301 views
quantization of dct image for steganography
I hav a greyscale image. I did 8x8 blocks and computed each of their DCTs. I want to quantize the DCT coefficients and then replace their LSBs with my secret message bits. How exactly do I quantize ...
0
votes
3answers
398 views
Quantization in JPEG Image Compression
In JPEG Compression, loss takes place during quantization and during the DCT Transformation.
Why do we get many 0's after quantization after DCT transformation IN JPEG image Compression.
3
votes
1answer
664 views
Applying a Median Cut color reduction algorithm's output palette to the source image
So I'm beginning to look into "simple" color reduction to apply to images. I've spent the last day researching how this works, and managed to find what seems to be a decent algorithm to experiment ...
13
votes
1answer
1k views
Color banding only on Android 4.0+
On emulators running Android 4.0 or 4.0.3, I am seeing horrible colour banding which I can't seem to get rid of. On every other Android version I have tested, gradients look smooth.
I have a ...
0
votes
1answer
3k views
quantize a grayscale image in matlab
Hey I'm a newbie in matlab. I've read a text image, converted it to a grayscale image and applied sobel operator. Now i want to "quantize the image"
1
vote
2answers
142 views
Custom Image Format: How to Target Compression Algorithms
I've done a bit of fiddling around with PNGs over the last couple days and I am upset with my findings. I'm concluding that the majority of my results deal with compression. So this weekend I'm going ...
2
votes
0answers
357 views
Jpeg Image Compression: Quantization issue
While encoding a raw image to a jpeg image, a 8x8 data unit is level shifted, transformed using a 2-D DCT, quantized and Huffman encoded.
I have first performed the Row DCT and then the column DCT ...
1
vote
1answer
521 views
JPEG file quantization table definition
When I use Photoshop Save As function, and pick jpeg file format I get following window:
As you can see, I select Baseline ("Standard") format, and maximum picture quality. When I open this picture ...
3
votes
2answers
250 views
Is the Leptonica implementation of 'Modified Median Cut' not using the median at all?
I'm playing around a bit with image processing and decided to read up on how color quantization worked and after a bit of reading I found the Modified Median Cut Quantization algorithm.
I've been ...
0
votes
1answer
220 views
Quantize values of an image
I am working in OpenCV on Linux.I am trying to quantize values of vectors Ib,Ig,Ir which are of length 100.
for (int i=0;i<img31->height;i++)
{
for (int ...
0
votes
1answer
354 views
image quantization
In Efford's cd there is a code for grayscale image quantization:
int n = 8 - numBits;//numBits will be taken as input
float scale = 255.0f / (255 >> n);
byte[] tableData = new byte[256];
for ...
2
votes
2answers
490 views
Color Quantization Algorithm
I'm working on a color quantization algorithm.
This is the basic process:
Convert the image to a set of three dimensional vectors (RGB space for instance).
Put that set in a list of sets.
While the ...
1
vote
1answer
761 views
How can I re-quantize the dynamic range of an image in MATLAB?
I need to uniformly re-quantize the dynamic range of an image based on the following pixel value conversions:
Pixel Value: Quantized Value
0 - 64 : 31
65 - 128 : 95
129 - 192 : 159
193 - 255 ...
0
votes
1answer
210 views
Excel Graphing help
I didn't know what stack exchange site to put this on, so I put it here. I am trying to determine if there is a correlation between the size of a school and the major that the school specializes in.
...
0
votes
3answers
1k views
Is it possible to optimize this Matlab code for doing vector quantization with centroids from k-means?
I've created a codebook using k-means of size 4000x300 (4000 centroids, each with 300 features). Using the codebook, I then want to label an input vector (for purposes of binning later on). The input ...
0
votes
2answers
3k views
What is the difference between Linear Quantization and Non-linear Quantization?
What is the difference between Linear Quantization and Non-linear Quantization ? I'm talking with regard to PCM samples.
http://www.blurtit.com/q927781.html has an article about it but I'm looking for ...
0
votes
1answer
556 views
Range in DCT coefficents MATLAB
I am trying to find the range over which the coefficients of an 8 x 8 block varies for various block of an image. Do I need to generate a histogram for the values of is there a function in matlab?
3
votes
1answer
762 views
Finding number of quantizing layers in MATLAB
I'm working on image processing, and I have an image that has been DCT'd and quantized for 8 x 8 blocks of the 512 x 512 matrix, now I have to find how many quantizing levels that the image has. Do I ...
0
votes
2answers
1k views
JH Labs Quantize Usage to reduce image color depth
I am trying to use the QuantizeFilter in
http://www.jhlabs.com/ip/filters/index.html
to reduce the color depth of a screen shot.
Here is my very very simple code:
Robot robo = new Robot();
...
2
votes
4answers
179 views
Algorithm To Quantify The Difference Of Line Segment Paths
Say I have two line segment paths, such as a subset of the examples below. How can I quantify the difference between them?
|__
\_
__
/\
\/
|
_
The two paths may have a different number of ...
1
vote
2answers
269 views
Keyboard input to music notation
I am working on a music composition application that supports midi keyboard input. Are there any open/free libraries that can quantize those inputs (with time as the domain) to a format suitable for ...
0
votes
3answers
759 views
Reducing sample bit-depth by truncating
I have to reduce the bit-depth of a digital audio signal from 24 to 16 bit.
Taking only the 16 most significant bits (i.e. truncating) of each sample is equivalent to doing a proportional calculation ...
4
votes
1answer
1k views
Vector Quantization in Speech Processing Explanation
I'm having trouble determining from this research paper exactly how I can reproduce the Standard Vector Quantization algorithm to determine the language of an unidentified speech input, based on a ...
2
votes
1answer
657 views
What's the difference between quantize() and str.format()?
I don't mean what's the technical difference, but rather, what's the faster/more logical or Pythonic, etc. way to do this:
def __quantized_price(self):
TWOPLACES = Decimal(10) ** -2
...
3
votes
3answers
1k views
Does C have a Quantization function?
I have a buffer with many positive 16bit values (which are stored as doubles) that I would like to quantize to 8bit (0-255 values).
According to Wikipedia the process would be:
Normalize 16 bit ...
4
votes
3answers
2k views
Fastest dithering / halftoning library in C
I'm developing a custom thin-client server that serves rendered webpages to its clients. Server is running on multicore Linux box, with Webkit providing the html rendering engine.
The only problem is ...
5
votes
4answers
2k views
8 bit audio samples to 16 bit
This is my "weekend" hobby problem.
I have some well-loved single-cycle waveforms from the ROMs of a classic synthesizer.
These are 8-bit samples (256 possible values).
Because they are only 8 ...
3
votes
3answers
3k views
Convert/Quantize Float Range to Integer Range
Say I have a float in the range of [0, 1] and I want to quantize and store it in an unsigned byte. Sounds like a no-brainer, but infact it's quite compliated:
The obvious solution looks like this:
...
3
votes
2answers
1k views
Dithering gouraud-shaded vertex-colored polygons to remove banding
I'm using OpenGL ES on a low-resolution, embedded device.
I've applied a vertical color gradient, using vertex coloring, to a large polygon serving as a backdrop to my rendered scene. I can see clear ...

