代码搜索:Segmentation

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

代码结果 3,259
www.eeworm.com/read/449788/7496411

m seg.m

% This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction % U can use attached test image for testing clc; clear all; k=input('Enter th
www.eeworm.com/read/436900/7759207

arff segment.arff

% 1. Title: Image Segmentation data % % 2. Source Information % -- Creators: Vision Group, University of Massachusetts % -- Donor: Vision Group (Carla Brodley, brodley@cs.umass.edu) % -- Dat
www.eeworm.com/read/133885/5898981

java segmenter.java

/** Class responsible for applying the dynamic programming approach to * get the line segmentation. */ package tclass.pep; import tclass.*; import tclass.util.*; import java.util.*; public
www.eeworm.com/read/133885/5898986

java randomsegmenter.java

/** Class responsible for applying the dynamic programming approach to * get the line segmentation. */ package tclass.pep; import tclass.*; import tclass.util.*; import java.util.*; public
www.eeworm.com/read/263794/11341982

makefile

# # Makefile for mysvm # # if you get memory errors using mySVM (segmentation fault, bus error,...) # compile mySVM with less or without optimization (setting CFLAGS = -Wall). CFLAGS = -Wall -O4 CC =
www.eeworm.com/read/155790/11847991

makefile

# # Makefile for mysvm # # if you get memory errors using mySVM (segmentation fault, bus error,...) # compile mySVM with less or without optimization (setting CFLAGS = -Wall). CFLAGS = -Wall -O4 CC =
www.eeworm.com/read/218331/14926381

c wildmat.c

/* ** ** Do shell-style pattern matching for ?, \, [], and * characters. ** Might not be robust in face of malformed patterns; e.g., "foo[a-" ** could cause a segmentation violation. It is 8bit
www.eeworm.com/read/115857/14999369

makefile

# # Makefile for mysvm # # if you get memory errors using mySVM (segmentation fault, bus error,...) # compile mySVM with less or without optimization (setting CFLAGS = -Wall). CFLAGS = -Wall -O4 CC =
www.eeworm.com/read/233522/4666996

tcl itkinteraction.tcl

# # Program: Insight Segmentation & Registration Toolkit # Module: $RCSfile: itkinteraction.tcl,v $ # Language: C++ # Date: $Date: 2003/09/10 14:30:12 $ # Version: $Revision: 1.
www.eeworm.com/read/330290/3426015

c wildmat.c

/* ** ** Do shell-style pattern matching for ?, \, [], and * characters. ** Might not be robust in face of malformed patterns; e.g., "foo[a-" ** could cause a segmentation violation. It is 8bit