Action Principale : compareImages
| 1 | PROC CAS; |
| 2 | image.loadImages / |
| 3 | path="/path/to/source/images" |
| 4 | casOut={name="images_source", caslib="casuser"}; |
| 5 | RUN; |
| 6 | image.loadImages / |
| 7 | path="/path/to/reference/images" |
| 8 | casOut={name="images_reference", caslib="casuser"}; |
| 9 | RUN; |