Unsupervisedh interface for the CUnsupervised class#if !definedAFX_UNSUPERVISED_H__AB1B0F27_3224_46F0_9B85_48C4224DAEF0__INCLUDED_#define AFX_UNSUPERVISED_H__AB1B0F27_3224_46F0_9B85_48C4224DAEF0__INCL
// Unsupervised.h: interface for the CUnsupervised class. // //////////////////////////////////////////////////////////////////////
#if !defined(AFX_UNSUPERVISED_H__AB1B0F27_3224_46F0_9B85_48C4224DAEF0__INCLUDED_) #define AFX_UNSUPERVISED_H__AB1B0F27_3224_46F0_9B85_48C4224DAEF0__INCLUDED_
#if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000
#include <afxstr.h>
class CUnsupervised
{
public:
void k_means(int lWidth, int lHeight, int Bands, int inititerationtime, int clsnumber, double thresholdc, CString filename, CString fileoutname);
CUnsupervised();
virtual ~CUnsupervised();
};
#endif // !defined(AFX_UNSUPERVISED_H__AB1B0F27_3224_46F0_9B85_48C4224DAEF0__INCLUDED_
原文地址: https://www.cveoy.top/t/topic/frT7 著作权归作者所有。请勿转载和采集!