cortical_surface 6.0.0
primalsketch_operations.h File Reference
#include <cortical_surface/structuralanalysis/texturetoblobs.h>
#include <aims/primalsketch/scalespace.h>
#include <aims/primalsketch/primalSketch.h>
#include <aims/primalsketch/finiteElementSmoother_d.h>
#include <aims/primalsketch/primalSketchUtil.h>
Include dependency graph for primalsketch_operations.h:

Go to the source code of this file.

Namespaces

namespace  TextureToBlobs
 

Functions

void TextureToBlobs::PrimalSketchRegionMode (std::vector< surf::ScaleSpaceBlob * > &ssblobs, surf::Region &region, SubjectData &regionData, std::string scaleSpacePath, std::string blobsPath, bool recover=false, float scale_max=-1.0)
 
void TextureToBlobs::PrimalSketchGlobalMode (std::vector< surf::ScaleSpaceBlob * > &ssblobs, SubjectData &subject, std::string scaleSpacePath, std::string blobsPath, bool recover=false, float scale_max=-1.0)
 
void TextureToBlobs::PrimalSketch (std::vector< surf::ScaleSpaceBlob * > &ssblobs, SubjectData &subject, std::string scaleSpacePath, std::string blobsPath, bool recover=false, float scale_max=-1.0)
 
void TextureToBlobs::PrimalSketch (SubjectData &subject, std::vector< surf::ScaleSpaceBlob * > &ssblobs, aims::ScaleSpace< AimsSurface< 3, Void >, Texture< float > > *ss, TimeTexture< float > &blobs_texture, float scale_max=-1.0)
 
void TextureToBlobs::GreyLevelBlobsFromTexture (SubjectData &subject, std::vector< surf::ScaleSpaceBlob * > &ssblobs, std::string blobsPath)
 
void TextureToBlobs::getBlobsFromPrimalSketch (SubjectData &subject, aims::PrimalSketch< AimsSurface< 3, Void >, Texture< float > > &sketch, std::vector< surf::ScaleSpaceBlob * > &ssblobs)