Skip to content

Commit

Permalink
ENH: Wrap itkAdaptiveHistogramEqualizationImageFilter for Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leengit committed Aug 2, 2021
1 parent b667ce4 commit 974c63d
Showing 1 changed file with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
#itk_wrap_class("itk::KernelImageFilter" POINTER)
#foreach(t ${WRAP_ITK_SCALAR})
#foreach(d ${ITK_WRAP_IMAGE_DIMS})
#itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}Neighborhood" "${ITKT_I${t}${d}}, ${ITKT_I${t}${d}}, itk::Neighborhood< bool, ${d} >")
#endforeach()
#endforeach()
#itk_end_wrap_class()
itk_wrap_class("itk::KernelImageFilter" POINTER)
foreach(t ${WRAP_ITK_SCALAR})
foreach(d ${ITK_WRAP_IMAGE_DIMS})
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}Neighborhood" "${ITKT_I${t}${d}}, ${ITKT_I${t}${d}}, itk::Neighborhood< bool, ${d} >")
endforeach()
endforeach()
itk_end_wrap_class()

#itk_wrap_class("itk::MovingHistogramImageFilterBase" POINTER)
#foreach(t ${WRAP_ITK_SCALAR})
#foreach(d ${ITK_WRAP_IMAGE_DIMS})
#itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}Neighborhood" "${ITKT_I${t}${d}}, ${ITKT_I${t}${d}}, itk::Neighborhood< bool, ${d} >")
#endforeach()
#endforeach()
#itk_end_wrap_class()
itk_wrap_class("itk::MovingHistogramImageFilterBase" POINTER)
foreach(t ${WRAP_ITK_SCALAR})
foreach(d ${ITK_WRAP_IMAGE_DIMS})
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}Neighborhood" "${ITKT_I${t}${d}}, ${ITKT_I${t}${d}}, itk::Neighborhood< bool, ${d} >")
endforeach()
endforeach()
itk_end_wrap_class()

#set(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
#itk_wrap_include("itkAdaptiveEqualizationHistogram.h")
#itk_wrap_class("itk::Function::AdaptiveEqualizationHistogram")
#foreach(t ${WRAP_ITK_SCALAR})
#itk_wrap_template("${ITKM_${t}}${ITKM_${t}}" "${ITKT_${t}}, ${ITKT_${t}}")
#endforeach()
#itk_end_wrap_class()
#set(WRAPPER_AUTO_INCLUDE_HEADERS ON)
set(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
itk_wrap_include("itkAdaptiveEqualizationHistogram.h")
itk_wrap_class("itk::Function::AdaptiveEqualizationHistogram")
foreach(t ${WRAP_ITK_SCALAR})
itk_wrap_template("${ITKM_${t}}${ITKM_${t}}" "${ITKT_${t}}, ${ITKT_${t}}")
endforeach()
itk_end_wrap_class()
set(WRAPPER_AUTO_INCLUDE_HEADERS ON)

#itk_wrap_class("itk::MovingHistogramImageFilter" POINTER)
#foreach(t ${WRAP_ITK_SCALAR})
#foreach(d ${ITK_WRAP_IMAGE_DIMS})
#itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}NeighborhoodAHE" "${ITKT_I${t}${d}}, ${ITKT_I${t}${d}}, itk::Neighborhood< bool, ${d} >, itk::Function::AdaptiveEqualizationHistogram< ${ITKT_${t}}, ${ITKT_${t}} >")
#endforeach()
#endforeach()
#itk_end_wrap_class()
itk_wrap_class("itk::MovingHistogramImageFilter" POINTER)
foreach(t ${WRAP_ITK_SCALAR})
foreach(d ${ITK_WRAP_IMAGE_DIMS})
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}NeighborhoodAHE" "${ITKT_I${t}${d}}, ${ITKT_I${t}${d}}, itk::Neighborhood< bool, ${d} >, itk::Function::AdaptiveEqualizationHistogram< ${ITKT_${t}}, ${ITKT_${t}} >")
endforeach()
endforeach()
itk_end_wrap_class()

#itk_wrap_class("itk::AdaptiveHistogramEqualizationImageFilter" POINTER)
#itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 1)
#itk_end_wrap_class()
itk_wrap_class("itk::AdaptiveHistogramEqualizationImageFilter" POINTER)
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 1)
itk_end_wrap_class()

0 comments on commit 974c63d

Please sign in to comment.