Skip to content
Snippets Groups Projects
Commit 9af4efc0 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

ENH: Add new otbTrainImagesClustering CompositeApplication.

Use inheritance with otbTrainImagesBase to create unsupervised
composite application.
parent f6fba192
No related branches found
No related tags found
No related merge requests found
#include "otbTrainImagesBase.h"
namespace otb
{
namespace Wrapper
{
class TrainImagesClustering : public TrainImagesBase<false>
{
public:
typedef TrainImagesClustering Self;
typedef TrainImagesBase<false> Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
itkNewMacro( Self )
itkTypeMacro( Self, Superclass )
};
}
}
OTB_APPLICATION_EXPORT( otb::Wrapper::TrainImagesClustering )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment