BookmarkSubscribeRSS Feed
hritikmathur45
SAS Employee

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 3702 views
  • 0 likes
  • 1 in conversation