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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 3525 views
  • 0 likes
  • 1 in conversation