5 Commits

Author SHA1 Message Date
1e26350281 Merge branch 'RTSMarker' into 'ScoutRT_Qt6'
RTSMarker bug

See merge request cpt_bioeng/drt!43
2024-02-09 22:47:24 +01:00
74736603c6 itk metric wrong include 2024-02-06 17:06:33 +01:00
ed75b0920d most of CTK should be clear 2024-02-06 16:56:27 +01:00
632303efcc Merge branch 'ScoutRTRelease' into 'master'
Merging First Release into Master

See merge request cpt_bioeng/drt!37
2023-08-30 10:35:42 +02:00
14f4aca6d1 Merge branch 'ScoutRTUIDevel' into 'master'
Pre-release for devs

Closes #23, #33, #36, #50, #47, and #46

See merge request cpt_bioeng/drt!30
2023-05-23 17:07:47 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)
SET(LIB_NAME itkDTRrecon)

View File

@@ -20,7 +20,9 @@
#include "itkCovariantVector.h"
#include "itkMacro.h"
#include "itkNormalizedCorrelationImageToImageMetric.hxx"
//#include "itkNormalizedCorrelationImageToImageMetric.hxx"
#include "itkNormalizedCorrelationImageToImageMetric.h"
#include "itkPoint.h"
#include "itkgTwoImageToOneImageMetric.h"