Searched defs:linear_transform (Results 1 – 2 of 2) sorted by relevance
1123 def linear_transform(np_img, transformation_matrix, mean_vector): function
1285 auto linear_transform = [](size_t x, size_t y) { return x * 17 + y * 13; }; in CollectProbeStatsOnLinearlyTransformedKeys() local