Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2@file 

3@brief shortcut to image 

4""" 

5 

6from .detection_segment import detect_segments, plot_segments, compute_gradient, plot_gradient 

7from .detection_segment import convert_array2PIL, convert_PIL2array 

8from .geometrie import Point, Segment 

9from .queue_binom import tabule_queue_binom 

10from .random_image import random_noise_image, random_segment_image