restore ComputeMeoments

This commit is contained in:
Li-Ta Lo 2022-02-08 11:59:22 -07:00
parent ec3db07c66
commit b99f12d2ee

@ -8,13 +8,13 @@
## PURPOSE. See the above copyright notice for more information.
##============================================================================
set(image_processing_headers
# ComputeMoments.h
ComputeMoments.h
ImageDifference.h
# ImageMedian.h
)
set(image_processing_sources
# ComputeMoments.cxx
ComputeMoments.cxx
ImageDifference.cxx
# ImageMedian.cxx
)