Back to menu command

Batch image processing

VIPBase can process multiple images in batch mode. Note that so far it only supports two functions: "Canny edge detection" and "Radial distortion removal".
  1. In the dialog shown here, you can specify either a text file that contains the list of files to be processed, or a folder so that all images in that folder (including subfolders) will be processed. You can only include certain types of files in that folder by giving the file extension. For example, to include all jpg files, use "jpg"; to include all jpg as well as bmp files, use "jpg;bmp"; to include all jpg files and exclude all bmp files, use "jpg;-bmp"; to include all but bmp files, use "-bmp". Leaving the extension box blank will include all files (same as "*.*").

  2. Click the "Load" button to load the file list.
  3. Select the destination folder. You can choose to delete all source files after the processing. (Backup your files before doing this!!)
  4. Choose the function and the usage of that function will show up.
  5. Set the parameters according to the usage.
  6. Click the "Run" button to start the batch processing. The progress is shown in the following dialog. You can stop the process by clicking the "Stop" button.


VIPBase © 2006 Fengjun Lv
Last update: 08/01/2006 (check html)