git clone git://itk.org/ITK.git cd ITK git fetch http://review.source.kitware.com/p/ITK refs/changes/53/7553/4 && git checkout FETCH_HEAD -b KernelPCAOnMeshes
mkdir ../build cd ../build cmake-gui ../ITKClick "Configure" for the initial configuration. Select your options. VectorKernelPCA is in Examples, so be sure to select BUILD_EXAMPLES and ITK_BUILD_ALL_MODULES. Click "Configure" until the "Generate" button is enabled. Click the "Generate" button. Exit cmake-gui and build the code
make
/cis/project/ncbc/src/pca/build/bin/VectorKernelPCARead the manual for a description of the input parameters.
Last Modified: