System Methodology...
An original comic page will be processed by the system function Panel Identification, it identifies the area of each panel, cuts it out, orders them and finally outputs to PDA for viewing

Panel Identification
- Project vertical, horizontal and tilted lines on the image and set them as background stripes if they have cuspate histograms Tilted line is projected every degree on the image.
- Erase wrong detected stripes by checking its gradient with the surroundings. For wrong stripe, the percentage of pixels with similar color is over 85%, so it is erased.
- Divide the image into different subregions with the stripes.
- Do step 1-3 recursively on each subregion until no more stripes are detected.
- The final subregions are defined as panels and ordered.
Lines projection :
Check correctness : 
Subregion division : 
Subregion defines : 
Test Result
By applying the methodology into the following resources :
- Number of comic volumes : 5
- Number of Pages : 74
- Size of each page : 670 x 970 pixels
- Total number of panels : 799
We have the following result :
- Number of panels recognized : 678
- Accuracy : 0.85
- False Alarm : 79
- Percentage : 0.10
- Average time per page : 25 seconds
