#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include "GCoptimization.h"
Go to the source code of this file.
Classes | |
struct | ForDataFn |
Functions | |
int | dataFn (int p, int l, void *data) |
void | GeneralGraph_DArraySArray (int width, int height, int num_pixels, int num_labels) |
void | GeneralGraph_DArraySArraySpatVarying (int width, int height, int num_pixels, int num_labels) |
void | GridGraph_DArraySArray (int width, int height, int num_pixels, int num_labels) |
void | GridGraph_DArraySArraySpatVarying (int width, int height, int num_pixels, int num_labels) |
void | GridGraph_DfnSfn (int width, int height, int num_pixels, int num_labels) |
void | GridGraph_Individually (int width, int height, int num_pixels, int num_labels) |
int | main (int argc, char **argv) |
int | smoothFn (int p1, int p2, int l1, int l2) |
int dataFn | ( | int | p, |
int | l, | ||
void * | data | ||
) |
Definition at line 43 of file example.cpp.
void GeneralGraph_DArraySArray | ( | int | width, |
int | height, | ||
int | num_pixels, | ||
int | num_labels | ||
) |
Definition at line 271 of file example.cpp.
void GeneralGraph_DArraySArraySpatVarying | ( | int | width, |
int | height, | ||
int | num_pixels, | ||
int | num_labels | ||
) |
Definition at line 335 of file example.cpp.
void GridGraph_DArraySArray | ( | int | width, |
int | height, | ||
int | num_pixels, | ||
int | num_labels | ||
) |
Definition at line 106 of file example.cpp.
void GridGraph_DArraySArraySpatVarying | ( | int | width, |
int | height, | ||
int | num_pixels, | ||
int | num_labels | ||
) |
Definition at line 209 of file example.cpp.
void GridGraph_DfnSfn | ( | int | width, |
int | height, | ||
int | num_pixels, | ||
int | num_labels | ||
) |
Definition at line 156 of file example.cpp.
void GridGraph_Individually | ( | int | width, |
int | height, | ||
int | num_pixels, | ||
int | num_labels | ||
) |
Definition at line 57 of file example.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 401 of file example.cpp.
int smoothFn | ( | int | p1, |
int | p2, | ||
int | l1, | ||
int | l2 | ||
) |
Definition at line 37 of file example.cpp.