temp disable ComputeMoment

This commit is contained in:
Li-Ta Lo 2022-02-08 11:50:59 -07:00
parent b81d200a63
commit 6157678a9a

@ -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
)