SYMBOL INDEX (72 symbols across 8 files) FILE: defocus/defocus.py class DefocuserObject (line 21) | class DefocuserObject(): method __init__ (line 23) | def __init__(self, image_path = "../images/sample2.png", blur_method =... method normalize_pof (line 52) | def normalize_pof(self): method depth_callback (line 59) | def depth_callback(self, event, x, y, flags, param): method defocus_with_pof (line 65) | def defocus_with_pof(self): method set_pof_from_coord (line 86) | def set_pof_from_coord(self, norm_x, norm_y): method view_image_for_blur (line 94) | def view_image_for_blur(self): method blur_images (line 107) | def blur_images(self): FILE: depth/average_gradients.py function average_gradients (line 18) | def average_gradients(tower_grads): FILE: depth/bilinear_sampler.py function bilinear_sampler_1d_h (line 20) | def bilinear_sampler_1d_h(input_images, x_offset, wrap_mode='border', na... FILE: depth/depth_dataloader.py function string_length_tf (line 15) | def string_length_tf(t): class DepthDataloader (line 18) | class DepthDataloader(object): method __init__ (line 21) | def __init__(self, data_path, filenames_file, params, mode): method augment_image_pair (line 63) | def augment_image_pair(self, left_image, right_image): method read_image (line 87) | def read_image(self, image_path): FILE: depth/depth_model.py class DepthModel (line 37) | class DepthModel(object): method __init__ (line 40) | def __init__(self, params, mode, left, right, reuse_variables=None, mo... method gradient_x (line 58) | def gradient_x(self, img): method gradient_y (line 62) | def gradient_y(self, img): method upsample_nn (line 66) | def upsample_nn(self, x, ratio): method scale_pyramid (line 72) | def scale_pyramid(self, img, num_scales): method generate_image_left (line 84) | def generate_image_left(self, img, disp): method generate_image_right (line 87) | def generate_image_right(self, img, disp): method SSIM (line 90) | def SSIM(self, x, y): method get_disparity_smoothness (line 108) | def get_disparity_smoothness(self, disp, pyramid): method get_disp (line 122) | def get_disp(self, x): method conv (line 126) | def conv(self, x, num_out_layers, kernel_size, stride, activation_fn=t... method conv_block (line 131) | def conv_block(self, x, num_out_layers, kernel_size): method maxpool (line 136) | def maxpool(self, x, kernel_size): method resconv (line 141) | def resconv(self, x, num_layers, stride): method resblock (line 153) | def resblock(self, x, num_layers, num_blocks): method upconv (line 160) | def upconv(self, x, num_out_layers, kernel_size, scale): method deconv (line 165) | def deconv(self, x, num_out_layers, kernel_size, scale): method build_resnet50 (line 170) | def build_resnet50(self): method build_model (line 226) | def build_model(self): method build_outputs (line 242) | def build_outputs(self): method build_losses (line 267) | def build_losses(self): method build_summaries (line 300) | def build_summaries(self): FILE: depth/depth_simple.py function post_process_disparity (line 40) | def post_process_disparity(disp): function test_simple (line 50) | def test_simple(params): function main (line 92) | def main(_): FILE: gui.py class DefudeGui (line 12) | class DefudeGui(object): method __init__ (line 14) | def __init__(self,checkpoint_path,glade_file='ui-stepper.glade'): method _next_page (line 86) | def _next_page(self): method _prev_page (line 91) | def _prev_page(self): method _set_input_image_impl (line 96) | def _set_input_image_impl(self, img_path): method _set_input_image (line 110) | def _set_input_image(self, img_path): method _unset_input_image (line 122) | def _unset_input_image(self): method _resize_image (line 129) | def _resize_image(self,path,size=None,return_size=False): method _estimate_depthmap_impl (line 145) | def _estimate_depthmap_impl(self): method _estimate_depthmap (line 160) | def _estimate_depthmap(self): method _defocus_image_impl (line 170) | def _defocus_image_impl(self, x_norm, y_norm): method _defocus_image (line 180) | def _defocus_image(self, x_norm, y_norm): method _save (line 187) | def _save(self, src_filename): method _cleanup (line 195) | def _cleanup(self): method show (line 207) | def show(self): method onDestroy (line 211) | def onDestroy(self, *args): method onStartPageNext (line 215) | def onStartPageNext(self, *args): method onBack (line 218) | def onBack(self, *args): method onAbout (line 221) | def onAbout(self, *args): method onHelp (line 225) | def onHelp(self, *args): method onImagePickerSet (line 229) | def onImagePickerSet(self, *args): method onImageDrop (line 233) | def onImageDrop(self, *args): method onDeleteInputImage (line 237) | def onDeleteInputImage(self, *args): method onInputImageNextBtn (line 241) | def onInputImageNextBtn(self, *args): method onDepthMapNextBtn (line 244) | def onDepthMapNextBtn(self, *args): method onDepthMapSave (line 249) | def onDepthMapSave(self, *args): method onPofPick (line 252) | def onPofPick(self, *args): method onResultSave (line 260) | def onResultSave(self, *args): FILE: preprocessing.py function preprocess (line 15) | def preprocess(img): function preprocess_single (line 46) | def preprocess_single(file, waitTime = 0, output = ""): function preprocess_multiple (line 64) | def preprocess_multiple(folder_path):