|
Structural deformable models
|
#include <fstream>#include <sstream>#include <math.h>#include <GL/gl.h>#include "Data.h"#include "fxconfig.h"#include <fx.h>#include <FXPNGImage.h>#include <FXJPGImage.h>#include <FXTIFImage.h>#include <FXICOImage.h>#include <FXTGAImage.h>#include <FXRGBImage.h>#include <stdio.h>#include <stdlib.h>#include <sys/stat.h>#include <signal.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| static void | copyFXImage2Image (vector< Image< byte > > &dimg, const FXImage &img) |
| static void | copyFXImage2Image (Image< byte > &dimg, const FXImage &img) |
| static void | copyImage2FXImage (FXImage &img, const vector< Image< byte > > &dimg) |
| template<class T > | |
| Image< T > & | makeNoiseImage (Image< T > &nimg, T mean, T sigma) |
| byte * | interleave (const vector< Image< byte > > &img) |
| static void | copyImage2FXImage (FXImage &img, const Image< byte > &dimg) |
Definition at line 304 of file Data.cpp.
References Image< T >::getData(), and Image< T >::setSize().
Definition at line 326 of file Data.cpp.
References Image< T >::getData(), Image< T >::getSizeX(), and Image< T >::getSizeY().
Definition at line 346 of file Data.cpp.
References Dataset::data, fgauss01(), Image< T >::getData(), Image< T >::getSizeX(), Image< T >::getSizeY(), and Sensor::mean.
1.8.11