#include "vigra/bordertreatment.hxx"#include "vigra/stdconvolution.hxx"#include "vigra/recursiveconvolution.hxx"#include "vigra/multi_array.hxx"#include "vigra/imageiterator.hxx"#include "vigra/stdimage.hxx"#include "vigra/convolution.hxx"#include "vigra/fftw3.hxx"#include "vigra/basicimage.hxx"#include "vigra/inspectimage.hxx"#include "vigra/transformimage.hxx"#include "stllcv/iplvfftw.hxx"#include "stllcv/vimageoperation.hxx"#include "stllcv/iplvbasicimageoperation.hxx"#include "stllcv/iplvbasicimage.hxx"#include "stllcv/iplvinspectimage.hxx"#include "vigra/localminmax.hxx"#include "cv.h"#include "highgui.h"#include <stdio.h>#include <conio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <math.h>#include <float.h>#include <limits.h>#include <time.h>#include <ctype.h>Go to the source code of this file.
Defines | |
| #define | DebugFileRead 1 |
| ipDraw parameter | |
| #define | DebugShowImage 1 |
| #define | SelfResize 0 |
| #define | SMOOTHBorder 1 |
| #define | SMOOTHPhase 1 |
| #define | SMOOTHPhaseAverage 0 |
| #define | PEXFFT float |
| #define | PEXORGIMG unsigned char |
| #define | TileLen 50 |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static const bool | is_modal = true |
|
|
ipDraw parameter
Definition at line 80 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 81 of file PhaseOnlyCorrelation.cpp. Referenced by main(). |
|
|
Definition at line 91 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 95 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 82 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 84 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 86 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 87 of file PhaseOnlyCorrelation.cpp. |
|
|
Definition at line 100 of file PhaseOnlyCorrelation.cpp. Referenced by main(). |
|
||||||||||||
|
ipDraw parameter Definition at line 114 of file PhaseOnlyCorrelation.cpp. References DebugShowImage, Filename, Filename2, is_modal, phaseOnlyCorrelation(), and TileLen. |
|
|
Definition at line 74 of file PhaseOnlyCorrelation.cpp. Referenced by main(). |
1.4.5