function [] = scaleSpaceMain(deepness) %load the image img = imread('peppers.png'); [edge_gx,edge_gy, edge_norm,ss_canny,life_time_map, best_scale_nb] = make_scale_spaces(img, deepness); level_detail_blur(edge_gx, edge_gy, life_time_map, best_scale_nb, deepness, 1, img);