Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ShockGraph.cpp File Reference

#include "DAG.h"
#include "ShockGraph.h"
#include "HelperFunctions.h"
#include "Exceptions.h"
#include <float.h>
#include <stdio.h>
#include <ctype.h>
#include "SGDistMeasurer.h"
#include <LEDA/graphwin.h>
#include <LEDA/graph.h>
#include <LEDA/node_array.h>
#include "VisualDAG.h"
#include "ApproxPoly.h"

Go to the source code of this file.

Compounds

struct  ER

Functions

void GaussianSmooth (double *input, double *output, int length, const double &sigma, const double &sigma_range)
 1D Gaussian smoothing of input into output, where length is the number of valid entries.


Detailed Description

------------------------------------------------------------------------

Copyright 2001 by the University of Toronto (UT).

All Rights Reserved

Permission to copy and modify this software and its documentation only for internal use in your organization is hereby granted, provided that this notice is retained thereon and on all copies. UT makes no representations as to the suitability and operability of this software for any purpose. It is provided "as is" without express or implied warranty.

UT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL UT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

No other rights, including for example, the right to redistribute this software and its documentation or the right to prepare derivative works, are granted unless specifically provided in a separate license agreement.

Author: Diego Macrini based on Ali Shokoufandeh's original code

Log:
ShockGraph.cpp,v
Revision 1.4 2002/06/13 21:46:37 dmac Matching algorithm updated.

Revision 1.3 2002/06/10 18:37:33 dmac New class that handles the node distance function added.

Revision 1.2 2002/05/16 22:50:11 dmac Several bugs fixed and a new DAG-derived class added

Revision 1.1.1.1 2002/03/10 07:38:07 dmac Imported sources

-----------------------------------------------------------------------

Definition in file ShockGraph.cpp.


Function Documentation

void GaussianSmooth double *    input,
double *    output,
int    length,
const double &    sigma,
const double &    sigma_range
 

1D Gaussian smoothing of input into output, where length is the number of valid entries.

Author(s): Carlos Phillips. McGill Univeristy Created: 20 Jul 1999 Modified: 20 Jan 2003 by Diego Macrini

Definition at line 1189 of file ShockGraph.cpp.


Generated on Sat Nov 13 11:21:28 2004 for Noisy DAG Matcher by doxygen1.2.18