https://github.com/blowekamp/itkobblabelmap
An ITK external module which extends the LabelMap to include Oriented Bounding Box attributes.
https://github.com/blowekamp/itkobblabelmap
itk-module
Last synced: 9 months ago
JSON representation
An ITK external module which extends the LabelMap to include Oriented Bounding Box attributes.
- Host: GitHub
- URL: https://github.com/blowekamp/itkobblabelmap
- Owner: blowekamp
- License: apache-2.0
- Created: 2013-03-13T14:52:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T15:30:36.000Z (almost 11 years ago)
- Last Synced: 2025-10-08T09:54:14.816Z (9 months ago)
- Topics: itk-module
- Language: C++
- Size: 14.5 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This ITK module provides the capabilities to efficiently compute
oriented bounding around a labels in a label image and extract images
for the bounding boxes.
Additionally, this module provide a LabelShapeStatistics filter which
proved an interface simular the the ITK's LabelStatistics filter, but
for shape attributes. This is Simular to the LabelGeometry filter
currently in ITK review, but is internally based on the LabelMap
framework for more efficient computation and support for spacing and
image orientation.
General
------
This is a module for ITK: The Insight Toolkit for Segmentation and
Registration. It is designed to work with the ITKv4 modular system and
to be placed in ITK/Modules/External.
Getting Started
---------------
This module should be cloned into the ITK reposiory as a subdirectory in the "Modules/External" directory.
The following is a brief list of instructions to get a external module into ITK:
cd ITK/Modules/External/
git clone https://github.com/blowekamp/itkOBBLabelMap.git
Then configure ITK as not make but set "Module_OBBLabelMap" to "ON" to
enable this module. The external module will need to be manually
updated from the git respository.
License
-------
This software is distributed under the Apache License. Please see
LICENSE for details.
Author
------
Bradley Lowekamp