Data Prep Sheet

Action Principale : compareImages

Preparation Code

Script awaiting validation
Copied!
1PROC CAS;
2 image.loadImages /
3 path='path/to/source/images'
4 casOut={name='source_images', caslib='casuser', replace=true};
5 image.loadImages /
6 path='path/to/reference/images'
7 casOut={name='reference_images', caslib='casuser', replace=true};
8RUN;
Actions using this script
  • image compareImages En cours
  • No other action uses this exact script.