Searched refs:random_rotation (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | random_ellipses_stars.cpp | 134 boost::uniform_real<> random_rotation(0, 0.5); in test_type() local 146 rotation_generator(generator, random_rotation); in test_type()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
D | bindings.cc | 440 auto random_rotation = std::make_shared<vision::RandomRotationOperation>( in __anon682838b24002() local 442 THROW_IF_ERROR(random_rotation->ValidateParams()); in __anon682838b24002() 443 return random_rotation; in __anon682838b24002()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms.py | 757 …return util.random_rotation(img, self.degrees, self.resample, self.expand, self.center, self.fill_…
|
D | py_transforms_util.py | 683 def random_rotation(img, degrees, resample, expand, center, fill_value): function
|