Searched refs:ImgFeature (Results 1 – 1 of 1) sorted by relevance
1994 for (const auto &ImgFeature : ImgMap) { in IsImageCompatibleWithEnv() local1995 auto EnvFeature = EnvMap.find(ImgFeature.first()); in IsImageCompatibleWithEnv()2002 } else if (EnvFeature->first() == ImgFeature.first() && in IsImageCompatibleWithEnv()2003 EnvFeature->second != ImgFeature.second) { in IsImageCompatibleWithEnv()