Home
last modified time | relevance | path

Searched defs:centers (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhierarchical_clustering_index.h108 …void chooseCentersRandom(int k, int* dsindices, int indices_length, int* centers, int& centers_len… in chooseCentersRandom()
149 …void chooseCentersGonzales(int k, int* dsindices, int indices_length, int* centers, int& centers_l… in chooseCentersGonzales()
200 …void chooseCentersKMeanspp(int k, int* dsindices, int indices_length, int* centers, int& centers_l… in chooseCentersKMeanspp()
286 …void GroupWiseCenterChooser(int k, int* dsindices, int indices_length, int* centers, int& centers_… in GroupWiseCenterChooser()
652 …void computeLabels(int* dsindices, int indices_length, int* centers, int centers_length, int* lab… in computeLabels()
H A Dkmeans_index.h107 …void chooseCentersRandom(int k, int* indices, int indices_length, int* centers, int& centers_lengt… in chooseCentersRandom()
148 …void chooseCentersGonzales(int k, int* indices, int indices_length, int* centers, int& centers_len… in chooseCentersGonzales()
199 …void chooseCentersKMeanspp(int k, int* indices, int indices_length, int* centers, int& centers_len… in chooseCentersKMeanspp()
532 int getClusterCenters(Matrix<DistanceType>& centers) in getClusterCenters()
834 DistanceType** centers = new DistanceType*[branching]; in computeClustering() local
H A Dflann_base.hpp284 …onst Matrix<typename Distance::ElementType>& points, Matrix<typename Distance::ResultType>& center… in hierarchicalClustering()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c70 struct chan_centers centers; in ar9002_hw_set_channel() local
180 struct chan_centers centers; in ar9002_hw_spur_mitigate() local
H A Deeprom.c276 struct chan_centers centers; in ath9k_hw_get_legacy_target_powers() local
331 struct chan_centers centers; in ath9k_hw_get_target_powers() local
480 struct chan_centers centers; in ath9k_hw_get_gain_boundaries_pdadcs() local
H A Deeprom_def.c29 struct chan_centers centers; in ath9k_get_txgain_index() local
657 struct chan_centers centers; in ath9k_hw_def_set_addac() local
951 struct chan_centers centers; in ath9k_hw_set_def_power_per_rate_table() local
H A Deeprom_9287.c290 struct chan_centers centers; in ar9287_eeprom_get_tx_gain_index() local
523 struct chan_centers centers; in ath9k_hw_set_ar9287_power_per_rate_table() local
H A Dar5008_phy.c218 struct chan_centers centers; in ar5008_hw_set_channel() local
867 struct chan_centers centers; in ar5008_hw_set_delta_slope() local
H A Dar9003_phy.c153 struct chan_centers centers; in ar9003_hw_set_channel() local
1012 struct chan_centers centers; in ar9003_hw_set_delta_slope() local
H A Deeprom_4k.c406 struct chan_centers centers; in ath9k_hw_set_4k_power_per_rate_table() local
H A Dhw.c224 struct chan_centers *centers) in ath9k_hw_get_channel_centers()
H A Dar9003_eeprom.c5250 struct chan_centers centers; in ar9003_hw_set_power_per_rate_table() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dflann.hpp488 int hierarchicalClustering(const Mat& features, Mat& centers, const ::cvflann::KMeansIndexParams& p… in hierarchicalClustering()
508 CV_DEPRECATED int hierarchicalClustering(const Mat& features, Mat& centers, const ::cvflann::KMeans… in hierarchicalClustering()