代码搜索:Extraction

找到约 5,483 项符合「Extraction」的源代码

代码结果 5,483
www.eeworm.com/read/360519/10089318

h bitstream.h

/* Bitstream class Bit-level data extraction from an input stream. */ #ifndef BITSTREAM_H #define BITSTREAM_H #include "defs.h" class Bitstream { private:
www.eeworm.com/read/277112/10667175

pas fviewerform.pas

{: Basic viewer for HTF Content. Gives basic time stats for HTF data extraction and rendering (there is NO cache, each tile is reloaded each time from the disk, ie. those are the timi
www.eeworm.com/read/270943/11019013

_readme_

Some directions and helpful hints on how to work with the region extraction/ shape classification system. NEW FEATURES: - region comparison now gives additional info, i.e. ratios of areas, volum
www.eeworm.com/read/467252/7008266

m wavefeat.m

function [fm, fmm, fml, we] = wavefeat(file, nlevels, LoF, HiF) % WAVEFEAT Wavelet-based feature extraction from texture image % % Input: % file: filename of the input texture image OR a matrix
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/445528/7594293

h unzipper.h

// Unzipper.h: interface for the CUnzipper class (c) daniel godson 2002 // // CUnzipper is a simple c++ wrapper for the 'unzip' file extraction // api written by Gilles Vollant (c) 2002, which in t
www.eeworm.com/read/318709/13473728

m houghline.m

% hough line extraction clc clear %------data initialization---------------------------------------------- data = load('laserdata_X-Y.txt'); X = data(:,1); Y = data(:,2); n = size(X,1); rho
www.eeworm.com/read/482678/6621171

tcl bet_proc.tcl

# # bet_proc.tcl - GUI proc for BET - Brain Extraction Tool # # Stephen Smith, FMRIB Image Analysis Group # # Copyright (C) 1999-2000 University of Oxford # # TCLCOPYRIGHT proc bet
www.eeworm.com/read/345593/11806947

pas fviewerform.pas

{: Basic viewer for HTF Content. Gives basic time stats for HTF data extraction and rendering (there is NO cache, each tile is reloaded each time from the disk, ie. those are the timi
www.eeworm.com/read/233811/14134572

c separator.c

/* * Copyright 1997, Regents of the University of Minnesota * * separator.c * * This file contains code for separator extraction * * Started 8/1/97 * George * * $Id: separator.c,v 1.1 1998/1