plastimatch
Loading...
Searching...
No Matches
Functions
ss_img_extract.cxx File Reference
#include "plm_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "itkImage.h"
#include "itkImageRegionIterator.h"
#include "itkAndConstantToImageFilter.h"
#include "itk_image.h"
#include "plm_image.h"
#include "print_and_exit.h"
#include "ss_img_extract.h"

Functions

UCharImageType::Pointer ss_img_extract_bit (UInt32ImageType::Pointer image, unsigned int bit)
 
UCharImageType::Pointer ss_img_extract_bit (UCharVecImageType::Pointer im_in, unsigned int bit)
 
UCharImageType::Pointer ss_img_extract_bit (const Plm_image::Pointer &image, unsigned int bit)
 
template<class T >
itk::Image< typenameT::ObjectType::IOPixelType, T::ObjectType::ImageDimension >::Pointer ss_img_extract_uchar (T im_in, unsigned int uchar_no)
 
void ss_img_insert_uchar (UCharVecImageType::Pointer vec_img, UCharImageType::Pointer uchar_img, unsigned int uchar_no)
 
template UCharImageType::Pointer ss_img_extract_uchar (UCharVecImageType::Pointer, unsigned int)
 
template UCharImage2DType::Pointer ss_img_extract_uchar (UCharVecImage2DType::Pointer, unsigned int)
 

Function Documentation

◆ ss_img_extract_bit() [1/3]

UCharImageType::Pointer ss_img_extract_bit ( const Plm_image::Pointer &  image,
unsigned int  bit 
)

◆ ss_img_extract_bit() [2/3]

UCharImageType::Pointer ss_img_extract_bit ( UCharVecImageType::Pointer  im_in,
unsigned int  bit 
)

◆ ss_img_extract_bit() [3/3]

UCharImageType::Pointer ss_img_extract_bit ( UInt32ImageType::Pointer  image,
unsigned int  bit 
)

◆ ss_img_extract_uchar() [1/3]

template<class T >
itk::Image< typenameT::ObjectType::IOPixelType, T::ObjectType::ImageDimension >::Pointer ss_img_extract_uchar ( T  im_in,
unsigned int  uchar_no 
)

◆ ss_img_extract_uchar() [2/3]

template UCharImage2DType::Pointer ss_img_extract_uchar ( UCharVecImage2DType::Pointer  ,
unsigned int   
)

◆ ss_img_extract_uchar() [3/3]

template UCharImageType::Pointer ss_img_extract_uchar ( UCharVecImageType::Pointer  ,
unsigned int   
)

◆ ss_img_insert_uchar()

void ss_img_insert_uchar ( UCharVecImageType::Pointer  vec_img,
UCharImageType::Pointer  uchar_img,
unsigned int  uchar_no 
)