Skip to content
Snippets Groups Projects
Commit c7374ab4 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

ENH: enabled distinguishing between PixelType and OutputPrecision

parent 064d7bf0
Branches
Tags
No related merge requests found
......@@ -107,9 +107,10 @@ public:
template <class TInputImage>
void AddImage(TInputImage * image)
{
typedef TInputImage InputImageType;
typedef Image<ValueType, 2> ImageType;
typedef TInputImage InputImageType;
typedef typename InputImageType::InternalPixelType InternalPixelType;
typedef Image<InternalPixelType, 2> ImageType;
//Mono-Channel Factories
typedef LocalHistogramIFFactory<ImageType,
CoordRepType, TPrecision> LocalHistogramIFFactoryType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment