ABSTRACT

Acronyms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 21.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 21.2 Image Classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364

21.2.1 Load Images and Assign Labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364 21.2.2 Global Feature Extraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365

21.3 Pattern Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 21.3.1 Process Creation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370

21.4 Image Segmentation and Feature Extraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 21.5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373

Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373

IMMI - Image Mining

OBCF - Order-based Block Color

ROI - Region Of Interest

This chapter demonstrates several examples of image processing and feature extraction using the image mining plug-in for RapidMiner. Firstly, the process of global feature extraction from multiple images with some advanced operators will be described. These operators are briefly described. Secondly, an example of the Viola-Jones algorithm for pattern detection will be demonstrated. The final example will demonstrate the process of image segmentation and mask processing.