Home
last modified time | relevance | path

Searched refs:random_rotation (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Drandom_ellipses_stars.cpp134 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/
Dbindings.cc440 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/
Dpy_transforms.py757 …return util.random_rotation(img, self.degrees, self.resample, self.expand, self.center, self.fill_…
Dpy_transforms_util.py683 def random_rotation(img, degrees, resample, expand, center, fill_value): function