Hi there, I am working with imageactions in SAS Studio can you help me with this error. proc cas; loadactionset "image"; image.compareImages / sourceImages={table="Crop_Images"} referenceImages={table="Cropped_New_Application"} casOut={name="comparisons_2", replication=0, replace=true}, method='SSIM' pairAll=TRUE; run;
I am trying to compare both tables and getting this error. ERROR: The action stopped due to errors.
... View more