Libs/Image/ImageUtils.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::ImageUtils Helper functions for image. |
Source code
```cpp
pragma once
include
include "Image.h"
namespace shapeworks {
using PixelType = float;
using ImageType = itk::Image
class ImageUtils {
public:
static PhysicalRegion boundingBox(const std::vector
static PhysicalRegion boundingBox(const std::vector
using TPSTransform = itk::ThinPlateSplineKernelTransform
static void register_itk_factories();
static ImageType::Pointer make_axis_aligned(ImageType::Pointer input); };
} // namespace shapeworks ```
Updated on 2026-03-31 at 16:02:11 +0000