You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
191 B

function data = augmentData_stepthree(data)
% jitter
data{1} = jitterColorHSV(data{1},...
Contrast=0.2,...
Hue=0,...
Saturation=0.1,...
Brightness=0.2);
end