Searched defs:CenterCrop (Results 1 – 4 of 4) sorted by relevance
93 int CenterCrop(cv::Mat *image, int width, int height) { in CenterCrop() function
608 class CenterCrop(py_transforms.PyTensorOperation): class
225 class CenterCrop(ImageTensorOperation): class
184 CenterCrop::CenterCrop(std::vector<int32_t> size) : data_(std::make_shared<Data>(size)) {} in CenterCrop() function in mindspore::dataset::vision::CenterCrop