SYMBOL INDEX (42 symbols across 3 files) FILE: main.py class MainWindow (line 16) | class MainWindow(): method __init__ (line 17) | def __init__(self): method action_connect (line 29) | def action_connect(self): method show_image (line 99) | def show_image(self): method show_grayimage (line 120) | def show_grayimage(self): method show_histogram (line 141) | def show_histogram(self): method save_file (line 160) | def save_file(self): method open_file (line 166) | def open_file(self): method recover_img (line 179) | def recover_img(self): method change_saturation (line 186) | def change_saturation(self): method change_darker (line 199) | def change_darker(self): method detect_face (line 212) | def detect_face(self): method detect_skin (line 221) | def detect_skin(self): method dermabrasion (line 236) | def dermabrasion(self, value1=3, value2=2): method whitening_skin (line 262) | def whitening_skin(self, value=30): method whitening_face (line 294) | def whitening_face(self, value=30): method gamma_trans (line 355) | def gamma_trans(self): method slider_change (line 365) | def slider_change(self): method calculate (line 421) | def calculate(self): method reminiscene (line 431) | def reminiscene(self): method woodcut (line 452) | def woodcut(self): method pencil_gray (line 473) | def pencil_gray(self): method pencil_color (line 486) | def pencil_color(self): method stylize (line 499) | def stylize(self): method detail_enhance (line 511) | def detail_enhance(self): method edge_preserve (line 522) | def edge_preserve(self): method show_camera (line 533) | def show_camera(self): method intial_value (line 541) | def intial_value(self): method new_camera (line 559) | def new_camera(self): method get_image (line 572) | def get_image(self): method mark_face (line 582) | def mark_face(self): FILE: window.py class Ui_MainWindow (line 11) | class Ui_MainWindow(object): method setupUi (line 12) | def setupUi(self, MainWindow): method retranslateUi (line 895) | def retranslateUi(self, MainWindow): FILE: window2.py class Ui_Form (line 13) | class Ui_Form(object): method setupUi (line 14) | def setupUi(self, Form): method retranslateUi (line 70) | def retranslateUi(self, Form): method slot_init (line 77) | def slot_init(self): method button_open_camera_click (line 83) | def button_open_camera_click(self): method show_camera (line 96) | def show_camera(self): method capture (line 104) | def capture(self): method closeEvent (line 108) | def closeEvent(self, event):