Home
last modified time | relevance | path

Searched refs:Get_Feature_Count (Results 1 – 9 of 9) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_segmentation/
H A Dslic.cpp241 inline int CSLIC::Get_Feature_Count(void) in Get_Feature_Count() function in CSLIC
304 for(int k=0; k<Get_Feature_Count(); k++) in Get_Polygons()
315 for(int k=0; k<Get_Feature_Count(); k++) in Get_Polygons()
431 for(int k=0; k<Get_Feature_Count(); k++) in Get_Grids()
551 for(int i=0; i<Get_Feature_Count()+2; i++) in Get_Segments()
567 for(int k=0; k<Get_Feature_Count(); k++) in Get_Segments()
579 for(int k=0; k<Get_Feature_Count()+2; k++) in Get_Segments()
612 for(int k=0; k<Get_Feature_Count(); k++) in Get_Edge()
658 for(int k=0; k<Get_Feature_Count(); k++) in Get_Centroids()
697 for(int k=0; k<Get_Feature_Count(); k++) in Get_Centroids()
[all …]
H A Dslic.h94 int Get_Feature_Count (void);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_vigra/
H A Dvigra_random_forest.cpp83 int Get_Feature_Count (void) { return( m_Forest.feature_count() ); } in Get_Feature_Count() function in CRandom_Forest
487 if( Model.Get_Feature_Count() != m_nFeatures ) in On_Execute()
489 …rmat("%s\n%s: %d", _TL("invalid number of features"), _TL("expected"), Model.Get_Feature_Count())); in On_Execute()
1000 if( Model.Get_Feature_Count() != m_nFeatures ) in On_Execute()
1002 …G_T("%s\n%s: %d"), _TL("invalid number of features"), _TL("expected"), Model.Get_Feature_Count())); in On_Execute()
1294 if( Model.Get_Feature_Count() != nFeatures ) in On_Execute()
1296 …r_Fmt("%s\n%s: %d", _TL("invalid number of features"), _TL("expected"), Model.Get_Feature_Count()); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_isocluster/
H A Dcluster_isodata.h87 size_t Get_Feature_Count (void) { return( m_nFeatures ); } in Get_Feature_Count() function
H A Dcluster_isodata.cpp318 if( Get_Feature_Count() < 1 ) in _Initialize()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv_ml.h119 int Get_Feature_Count (void) { return( m_pFeatures->Get_Grid_Count() ); } in Get_Feature_Count() function
H A Dopencv_ml_tools.cpp703 …layer_sizes(0, 0) = Get_Feature_Count(); // The first layer needs the same size (number of neurons… in Get_Model()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.cpp2797 if( Get_Feature_Count() == Features.Get_N() ) in Get_Class()
2880 for(int iFeature=0; iFeature<Get_Feature_Count(); iFeature++) in _Get_Binary_Encoding()
2888 else if( iFeature == Get_Feature_Count() - 1 ) in _Get_Binary_Encoding()
2915 for(int iFeature=0; bMember && iFeature<Get_Feature_Count(); iFeature++) in _Get_Parallel_Epiped()
H A Dmat_tools.h1217 int Get_Feature_Count (void) { return( m_nFeatures ); } in Get_Feature_Count() function