CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
175 stars 63 forks source link

perfusion alignment #1289

Closed saimarathore closed 4 years ago

saimarathore commented 4 years ago

fixes in code and documentation

ashishsingh18 commented 4 years ago

@saimarathore build failing.

Error: error: use of undeclared identifier 'maxcurve

2020-09-04T19:26:46.4941400Z In file included from /Users/ngoph/Desktop/vsts-agent-osx-x64-2.160.0/_work/1/s/src/applications/PerfusionAlignment.cpp:17:
 2020-09-04T19:26:46.4942190Z /Users/ngoph/Desktop/vsts-agent-osx-x64-2.160.0/_work/1/s/src/applications/PerfusionAlignment.h:164:146: error: use of undeclared identifier 'maxcurve'
2020-09-04T19:26:46.4943000Z     typename PerfusionImageType::Pointer resample_normalized = NormalizeBaselineValue<ImageType, PerfusionImageType>(resample->GetOutput(), MASK,maxcurve);