InsightSoftwareConsortium / InsightSoftwareConsortium/LesionSizingToolkit
Compiler error concerning ITK_THREAD_RETURN_VALUE
- Dominant language
- C++
- Stars
- 10
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
There seems to be a compiler error involving the `ITK_THREAD_RETURN_VALUE` define:
```
Error C2065 'ITK_THREAD_RETURN_VALUE': undeclared identifier itkCannyEdgeDetectionImageFilter2
\lesionsizingtoolkit\include\itkCannyEdgeDetectionRecursiveGaussianImageFilter.hxx 305
```
@dzenanz could you please cast some light on this?
Also missing to use the `ProgressTransformer` class instead of `ProgressReporter`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in itkCannyEdgeDetectionRecursiveGaussianImageFilter.hxx around line 305 and inspect how ITK_THREAD_RETURN_VALUE is referenced. Also trace the ProgressReporter usage mentioned in the issue and compare it with ProgressTransformer; done means the affected code compiles without the reported error and uses the intended progress class.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100