代码搜索:downsample

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

代码结果 191
www.eeworm.com/read/283884/8983035

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/358669/10182333

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/463529/7178914

vi downsample.vi

www.eeworm.com/read/437972/7738151

txt downsample.txt

clear all eval(sprintf('cd %s','图片地址')); dirlist=dir('*.tif'); num = length(dirlist); for n=1:num a=imread(dirlist(n).name); fun=@(x) mean(mean(x)); b=blkproc(a,[4,4],fun); c=
www.eeworm.com/read/297325/8029716

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/145715/12706104

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/243950/12904769

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/339620/12216712

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/225935/14510334

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/490329/1202590

cpp downsample.cpp

//========= Copyright