InsightSoftwareConsortium / InsightSoftwareConsortium/LesionSizingToolkit
Compiler error concerning ITK_THREAD_RETURN_VALUE
- Langage dominant
- C++
- Étoiles
- 10
- Forks
- 13
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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`.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- computer-vision
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100