代码搜索:Segmentation
找到约 3,259 项符合「Segmentation」的源代码
代码结果 3,259
www.eeworm.com/read/351636/3101206
tcl itkinteraction.tcl
#
# Program: Insight Segmentation & Registration Toolkit
# Module: $RCSfile: itkinteraction.tcl,v $
# Language: C++
# Date: $Date: 2006-09-06 20:58:42 $
# Version: $Revision: 1.
www.eeworm.com/read/351636/3105767
h itkmultilayerneuralnetworkbase.h
/*
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: itkMultilayerNeuralNetworkBase.h,v $
Language: C++
Date: $Date: 2007-08-30 18:23:05 $
Version: $Revision: 1.
www.eeworm.com/read/100102/15885055
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 clean
www.eeworm.com/read/188962/8498854
changelog
ver 1.3:
Add support for setting the creation-ID.
Updated constants to match IrOBEX 1.3.
Replace netbuf implementation with databuffer.
Fix segmentation fault when receiving invalid OBEX packets.
www.eeworm.com/read/387369/8691012
readme
pymmseg-cpp
by pluskid
== DESCRIPTION:
pymmseg-cpp is a Python interface to rmmseg-cpp. rmmseg-cpp is a high
performance Chinese word segmentation utility for Ruby. However, the
core part is wri
www.eeworm.com/read/274179/6952118
m ac_usage_mean_basic.m
function ac_usage_mean_basic
%ac_usage_mean_basic: region competition of mean-based descriptors in grayscale
% ac_usage_mean_basic implements segmentation of a grayscale image into object
% and
www.eeworm.com/read/274179/6952124
m ac_usage_mean.m
function ac_usage_mean
%ac_usage_mean: region competition of mean-based descriptors in grayscale
% ac_usage_mean implements segmentation of a grayscale image into object and
% background. Both
www.eeworm.com/read/449031/7519889
readme
pymmseg-cpp
by pluskid
== DESCRIPTION:
pymmseg-cpp is a Python interface to rmmseg-cpp. rmmseg-cpp is a high
performance Chinese word segmentation utility for Ruby. However, the
core part is wri
www.eeworm.com/read/472269/1412948
cpp skincolor.cpp
// fixed segmentation
#include "Common.h"
#include "Skincolor.h"
#include "skinrgb.h"
//
// Constructor
//
Skincolor::Skincolor()
: m_draw_once(false),
m_last_coverage(-1)
{
} // (Constructo
www.eeworm.com/read/290470/8481633
pl segment.pl
#!/usr/bin/perl
require "segmenter.pl";
die if $#ARGV == -1;
$outfile = $ARGV[0];
$outfile =~ s/\..+$/\.seg/i;
open(OUT, "> $outfile") or die "Can't open segmentation output file\n";
open(