代码搜索:downsample

找到约 191 项符合「downsample」的源代码

代码结果 191
www.eeworm.com/read/462670/1543589

c downsample.c

/* Swfdec * Copyright (C) 2006 Benjamin Otte * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Lice
www.eeworm.com/read/167185/5462566

c downsample.c

/* Copyright (c) 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or int
www.eeworm.com/read/407489/2263892

java downsample.java

/* * Encog Neural Network and Bot Library for Java v1.x * http://www.heatonresearch.com/encog/ * http://code.google.com/p/encog-java/ * * Copyright 2008, Heaton Research Inc., and indi
www.eeworm.com/read/160611/5568636

h downsample.h

sound_type snd_make_down(); sound_type snd_down(); /* LISP: (snd-down ANYNUM SOUND) */
www.eeworm.com/read/160611/5568661

c downsample.c

/* downsample.c -- linear interpolation to a lower sample rate */ /* CHANGE LOG * -------------------------------------------------------------------- * 28Apr03 dm changes for portability and fix
www.eeworm.com/read/395428/8173621

m downsample.m

function out=DownSample(in,k) out=ones(1,floor(length(in)/k)); for i=1:floor(length(in)/k) out(i)=in(i*k); end
www.eeworm.com/read/202876/15370610

m downsample.m

function V = downsample(U) % Try the 5x5 filter for building the pyramid: % Now works with color images! U = double(U); [r,c,k] = size(U); p = floor((r+1)/2); % row q = floor((c+1)/2); %
www.eeworm.com/read/284314/8945024

m downsample2.m

function y = downsample2(x, d) % DOWMSAMPLE2 [y = downsample2(x, d)] % 2 dimensional downsampling function % x : input to be downsampled % d : downsampling factor % % coded by hiro on Nov 21, 20
www.eeworm.com/read/422634/10624066

m downsample2.m

function y = downsample2(x, d) % DOWMSAMPLE2 [y = downsample2(x, d)] % 2 dimensional downsampling function % x : input to be downsampled % d : downsampling factor % % coded by hiro on Nov 21, 20
www.eeworm.com/read/490329/1202360

fxc downsample_ps20.fxc

#include "common_hdr.h" sampler TexSampler : register( s0 ); struct PS_INPUT { float2 coordTap0 : TEXCOORD0; float2 coordTap1 : TEXCOORD1; float2 coordTap2 : TEXCOORD2; float2