Go to the source code of this file.
|
| def | utils.count_events (folder, key) |
| |
| def | utils.get_patch_size (folder) |
| |
| def | utils.get_event_bounds (A, drift_margin=0) |
| |
| def | utils.get_data (folder, fname, drift_margin=0, crop=True, blur=None, white_noise=0, coherent_noise=0) |
| |
| def | utils.applyBlur (a, kernel) |
| |
| def | utils.addWhiteNoise (a, sigma) |
| |
| def | utils.addCoherentNoise (a, sigma) |
| |
| def | utils.get_patch (a, wire, drift, wsize, dsize) |
| |
| def | utils.get_vertices (A) |
| |
| def | utils.get_nu_vertices (A) |
| |
| def | utils.shuffle_in_place (a, b) |
| |
| def | utils.read_config (cfgname) |
| |