SYMBOL INDEX (46 symbols across 14 files) FILE: idt/__main__.py function main (line 33) | def main(): function version (line 41) | def version(): function authors (line 49) | def authors(): function run (line 63) | def run(input, size, engine, resize_method, imagesize, api_key): function init (line 80) | def init(default): function build (line 244) | def build(): function split (line 276) | def split(): FILE: idt/bing.py class BingSearchEngine (line 13) | class BingSearchEngine: method __init__ (line 14) | def __init__(self,data,n_images,folder,resize_method,root_folder,size): method search (line 25) | def search(self): FILE: idt/bing_api.py class BingApiSearchEngine (line 13) | class BingApiSearchEngine: method __init__ (line 14) | def __init__(self,data,n_images,folder,resize_method,root_folder,size,... method search (line 27) | def search(self): FILE: idt/duckgo.py class DuckGoSearchEngine (line 14) | class DuckGoSearchEngine: method __init__ (line 15) | def __init__(self, data, n_images, folder, resize_method, root_folder... method search (line 25) | def search(self): FILE: idt/factories.py class SearchEngineFactory (line 8) | class SearchEngineFactory: method __init__ (line 9) | def __init__(self,data,n_images,folder,resize_method,root_folder,size,... method getSearchEngine (line 20) | def getSearchEngine(self): FILE: idt/flickr_api.py class FlickrApiSearchEngine (line 12) | class FlickrApiSearchEngine: method __init__ (line 13) | def __init__(self,data,n_images,folder,resize_method,root_folder,size,... method search (line 26) | def search(self): FILE: idt/resizers/get_resizer.py function get_resizer (line 5) | def get_resizer(img, target_size, resizer): FILE: idt/resizers/longer_side.py function crop_longer_side (line 3) | def crop_longer_side(img, size): FILE: idt/resizers/shorter_side.py function crop_shorter_side (line 3) | def crop_shorter_side(img, size): FILE: idt/resizers/smartcrop.py function saturation (line 9) | def saturation(image): function thirds (line 23) | def thirds(x): class SmartCrop (line 30) | class SmartCrop(object): method __init__ (line 34) | def __init__( method analyse (line 72) | def analyse( method crop (line 128) | def crop( method run_crop (line 175) | def run_crop(self, image, target_size): method crops (line 194) | def crops( method detect_edge (line 228) | def detect_edge(self, cie_image): method detect_saturation (line 231) | def detect_saturation(self, cie_array, source_image): method detect_skin (line 244) | def detect_skin(self, cie_array, source_image): method importance (line 268) | def importance(self, crop, x, y): method score (line 290) | def score(self, target_image, crop): FILE: idt/utils/create_dataset_csv.py function create_dataset_csv (line 8) | def create_dataset_csv(path): function atoi (line 30) | def atoi(text): function natural_keys (line 33) | def natural_keys(text): function generate_class_info (line 36) | def generate_class_info(dict, root_folder, folder): FILE: idt/utils/download_images.py function download (line 10) | def download(link, size, root_folder, class_name, resize_method): FILE: idt/utils/remove_corrupt.py function remove_corrupt (line 5) | def remove_corrupt(path): function erase_duplicates (line 18) | def erase_duplicates(folder): FILE: idt/utils/split_dataset.py function split_dataset (line 7) | def split_dataset(img_source_dir, train_size):