-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
38 lines (23 loc) · 916 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This is an ITK module to provide an implementation of a Laplacian Blob
detector.
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/itkScaleSpace.git
Then configure ITK as not make but set "Module_ScaleSpace" 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 unless otherwise
noted. Please see LICENSE for details.
Author
------
Bradley Lowekamp