代码搜索:Segmentation

找到约 3,259 项符合「Segmentation」的源代码

代码结果 3,259
www.eeworm.com/read/399326/7869524

m contents.m

%Graph Analysis Toolbox %Version 1.0 27-May-2003 % %Generating filters for space-variant graphs. % contour2pdf - Function pdfImg=contour2pdf(img) inputs an RGB contour image with contours %
www.eeworm.com/read/307647/13718063

readme

README ------ Info ---- Michael Wasilewski Medical Image Segmentation using Active Contours Running the Program ------------------- To avoid calling the active contour methods directly, si
www.eeworm.com/read/307647/13718070

m segmentscript.m

% SEGMENTSCRIPT Script to open image file, set initial circle, and % run either traditional segmentation or active contours % segmentation display_it = 100; movie_it = 100; % grab the image f
www.eeworm.com/read/304833/13785528

seg_

segment,n.部份;断片v.分割成 segmental,adj.部分的;断片的 segmentary,adj.部分的;片面的 segmentation,n.分割;细胞分裂 segregate,adj.隔离的v.分离;隔离 segregation,n.分离;隔离 segregative,adj.分离的;隔离的 segregator,n.分离器;主张隔离主义者
www.eeworm.com/read/147422/5730004

m delseg.m

% Function : delete one segment mark from the segment display using the mouse. % Delseg will delete one segment mark in the neighborhood of the mouse position. % % Delseg.m in a call_functi
www.eeworm.com/read/347123/11689283

m regiongrow.m

function [g,NR,SI,TI]=regiongrow(f,S,T) %REFIONGROW Perform segmentation by region growing. f=double(f); %If S is a scalar, obtain the seed image. if numel(S)==1 SI=f==S; S1=S; else
www.eeworm.com/read/150427/12293915

cpp segment.cpp

/**************************************************************************** * * Copyright (c) 2000, 2001 * Machine Group * Software Research Lab. * Institute of Computing Tech
www.eeworm.com/read/232399/14196101

m regiongrow.m

function [g,NR,SI,TI]=regiongrow(f,S,T) %REFIONGROW Perform segmentation by region growing. f=double(f); %If S is a scalar, obtain the seed image. if numel(S)==1 SI=f==S; S1=S; else
www.eeworm.com/read/226683/14455538

m segmentscript.m

% SEGMENTSCRIPT Script to open image file, set initial circle, and % run either traditional segmentation or active contours % segmentation display_it = 100; movie_it = 100; % grab the image filename