Data Prep Sheet

Action Principale : extractDetectedObjects

Preparation Code

Script awaiting validation
Copied!
1PROC CAS;
2 image.loadImages / path="path/to/images" casout={name="images", replace=true};
3 DATA casuser.detections; SET casuser.images;
4 _nObjects_ = 1;
5 _Object0_ = 1;
6 _Object0_x = 10; _Object0_y = 10; _Object0_width = 50; _Object0_height = 50;
7 RUN;
Actions using this script
  • image extractDetectedObjects En cours
  • No other action uses this exact script.