代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/339873/3294203
java quantize.java
/*
* @(#)Quantize.java 0.90 9/19/00 Adam Doppelt
*/
/**
* An efficient color quantization algorithm, adapted from the C++
* implementation quantize.c in I
www.eeworm.com/read/274175/4187440
m compute_entropy.m
function m = compute_entropy(M,T)
% compute_entropy - compute the entropy of a signal
%
% m = compute_entropy(M);
% OR if you need quantization
% m = compute_entropy(M,T)
%
% Copyright
www.eeworm.com/read/420803/2060771
cpp timgfilterdct.cpp
/*
* Copyright (c) 2002-2006 Milan Cutka
* Copyright (c) 2002 Tom Barry. All rights reserved.
* trbarry@trbarry.com
* idct, fdct, quantization and dequantization routines from XviD
*
www.eeworm.com/read/386597/2570172
m dslvq.m
function [patterns, targets, w] = DSLVQ(train_patterns, train_targets, Nmu, plot_on)
%Reduce the number of data points using distinction sensitive linear vector quantization
%Inputs:
% train_pat
www.eeworm.com/read/161513/5552717
java quantize.java
/*
* @(#)Quantize.java 0.90 9/19/00 Adam Doppelt
*/
/**
* An efficient color quantization algorithm, adapted from the C++
* implementation quantize.c in I
www.eeworm.com/read/474600/6813495
m dslvq.m
function [patterns, targets, w] = DSLVQ(train_patterns, train_targets, Nmu, plot_on)
%Reduce the number of data points using distinction sensitive linear vector quantization
%Inputs:
% train_pat
www.eeworm.com/read/390920/8433596
c jquant1.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#ifdef QUANT_1PASS_SUPPORTED
/*
* The main purpose of 1-pass quantization is to provide a fast, if not very
* high quali
www.eeworm.com/read/390920/8433613
c jquant2.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#ifdef QUANT_2PASS_SUPPORTED
/*
* This module implements the well-known Heckbert paradigm for color
* quantization. Mos
www.eeworm.com/read/428927/8828728
c jquant1.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#ifdef QUANT_1PASS_SUPPORTED
/*
* The main purpose of 1-pass quantization is to provide a fast, if not very
* high quali
www.eeworm.com/read/428927/8828760
c jquant2.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#ifdef QUANT_2PASS_SUPPORTED
/*
* This module implements the well-known Heckbert paradigm for color
* quantization. Mos