代码搜索:applylut

找到约 44 项符合「applylut」的源代码

代码结果 44
www.eeworm.com/read/310212/13655021

dll applylut.dll

www.eeworm.com/read/310212/13655032

m applylut.m

function B = applylut(A,LUT) %APPLYLUT Perform neighborhood operations using lookup tables. % A = APPLYLUT(BW,LUT) performs a 2-by-2 or 3-by-3 % neighborhood operation on binary image BW by usi
www.eeworm.com/read/310212/13655038

c applylut.c

/* Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved. */ /* applylut.c .MEX file Applies a 16-by-1 lookup table to 2-by-2 sliding neighborhoods in
www.eeworm.com/read/310212/13655028

m makelut.m

function lut = makelut(varargin) %MAKELUT Construct lookup table for use with APPLYLUT. % LUT = MAKELUT(FUN,N) returns a lookup table for use with % APPLYLUT. FUN is either a string containing
www.eeworm.com/read/452542/7437214

m zs.m

function out=zs(im) luteven=makelut('zseven',3); lutodd=makelut('zsodd',3); done=0; N=2; last=im; previous=applylut(last ,lutodd); current=applylut(previous,luteven); while done==0, if
www.eeworm.com/read/428810/8839601

txt matlab二值图像的细化.txt

二值图像的细化算法和源程序代码(Matlab) 有关图像细化算法,从方法上有很多,具体请参看各图像处理的经典教材,但有一本书,我记得是大概1980年代科学出版社出版的,是著名的Pavlidis编著,并由国内学者翻译的,将图像细化算法,包括并行算法。 这部分介绍的是一本西文版教材上的例子, Zhang-Suen skeletonization algorithm (骨架化) (Zh ...
www.eeworm.com/read/310212/13655001

m bwmorph.m

function [cout,lut] = bwmorph(a,op,n) %BWMORPH Perform morphological operations on binary image. % BW2 = BWMORPH(BW1,OPERATION) applies a specific % morphological operation to the binary image
www.eeworm.com/read/357736/10201931

m ch9_6_1.m

lut = makelut('sum(x(:)) == 4',2); BW = imread('text.png'); BW2 = applylut(BW,lut); imview(BW), imview(BW2)
www.eeworm.com/read/307077/13731798

m ch9_6_1.m

lut = makelut('sum(x(:)) == 4',2); BW = imread('text.png'); BW2 = applylut(BW,lut); imview(BW), imview(BW2)
www.eeworm.com/read/476396/6760222

m ch9_6_1.m

lut = makelut('sum(x(:)) == 4',2); BW = imread('text.png'); BW2 = applylut(BW,lut); imview(BW), imview(BW2)