Fiche Data Prep

Action Principale : condenseImages

Code de préparation

Script en attente de validation
Copié !
1DATA casuser.pixel_data;
2 LENGTH _id_ $20;
3 /* Image 1 */
4 _id_ = 'image1'; _channel_ = 0; _row_ = 0; _col_ = 0; _value_ = 10; OUTPUT;
5 _id_ = 'image1'; _channel_ = 0; _row_ = 0; _col_ = 1; _value_ = 50; OUTPUT;
6 _id_ = 'image1'; _channel_ = 0; _row_ = 1; _col_ = 0; _value_ = 100; OUTPUT;
7 _id_ = 'image1'; _channel_ = 0; _row_ = 1; _col_ = 1; _value_ = 150; OUTPUT;
8 /* Image 2 */
9 _id_ = 'image2'; _channel_ = 0; _row_ = 0; _col_ = 0; _value_ = 200; OUTPUT;
10 _id_ = 'image2'; _channel_ = 0; _row_ = 0; _col_ = 1; _value_ = 210; OUTPUT;
11 _id_ = 'image2'; _channel_ = 0; _row_ = 1; _col_ = 0; _value_ = 220; OUTPUT;
12 _id_ = 'image2'; _channel_ = 0; _row_ = 1; _col_ = 1; _value_ = 230; OUTPUT;
13RUN;
Actions utilisant ce script
  • image condenseImages En cours
  • Aucune autre action n'utilise ce script exact.