2#ifndef AIMS_PARAMETERIZEGYRI_GYRI_OPERATIONS_H
3#define AIMS_PARAMETERIZEGYRI_GYRI_OPERATIONS_H
std::vector< short > getCommonNeighbours(short gyrus1, short gyrus2, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)
std::vector< short > getNeighbouringLabels(short gyrus1, short gyrus2, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)
std::vector< short > getNeighbours(short gyrus1, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)
std::vector< std::pair< short, short > > getInBetweenLabels(short gyrus1, short gyrus2, const std::vector< std::set< uint > > &voisins, const Texture< short > &inTex)