plastimatch
Loading...
Searching...
No Matches
itk_bbox.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_bbox_h_
5#define _itk_bbox_h_
6
7#include "plmbase_config.h"
8#include "itk_image_type.h"
9
10PLMBASE_API void
11itk_bbox (UCharImageType::Pointer img, float *bbox_coordinates,
12 int *bbox_indices);
13
14#endif
void itk_bbox(UCharImageType::Pointer img, float *bbox_coordinates, int *bbox_indices)
Definition itk_bbox.cxx:13
#define PLMBASE_API
Definition plmbase_config.h:19