|
1 | 1 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_abs`,Compute absolute value with :py:func:`cdl.computation.image.compute_abs`
|
2 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_addition_constant`,Compute sum with a constant |
| 2 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_addition_constant`,Compute sum with a constant |
3 | 3 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_adjust_gamma`,Compute gamma correction
|
4 | 4 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_adjust_log`,Compute log correction
|
5 | 5 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_adjust_sigmoid`,Compute sigmoid correction
|
|
9 | 9 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_all_threshold`,Compute all threshold algorithms
|
10 | 10 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_arithmetic`,Compute arithmetic operation between two images
|
11 | 11 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_astype`,Convert data type with :py:func:`cdl.computation.image.compute_astype`
|
12 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_average`,Compute average with :py:func:`cdl.computation.image.compute_addition` |
| 12 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_average`,Compute average with :py:func:`cdl.computation.image.compute_sum` |
13 | 13 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_average_profile`,Compute average profile
|
14 | 14 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_binning`,Binning image with :py:func:`cdl.computation.image.compute_binning`
|
15 | 15 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_black_tophat`,Compute Black Top-Hat
|
|
43 | 43 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_farid_v`,Compute Farid filter (vertical)
|
44 | 44 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_fft`,Compute FFT with :py:func:`cdl.computation.image.compute_fft`
|
45 | 45 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_flatfield`,Compute flat field correction
|
46 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_fliph`,Flip data horizontally |
| 46 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_fliph`,Flip data horizontally |
47 | 47 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_flipv`,Flip data vertically with :py:func:`cdl.computation.image.compute_flipv`
|
48 | 48 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_gaussian_filter`,Compute gaussian filter
|
49 | 49 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_histogram`,Compute histogram with :py:func:`cdl.computation.image.compute_histogram`
|
|
54 | 54 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_laplace`,Compute Laplace filter
|
55 | 55 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_line_profile`,Compute profile along a vertical or horizontal line
|
56 | 56 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_log10`,Compute Log10 with :py:func:`cdl.computation.image.compute_log10`
|
57 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_logp1`,Compute base 10 logarithm |
| 57 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_logp1`,Compute base 10 logarithm |
58 | 58 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_magnitude_spectrum`,Compute magnitude spectrum
|
59 | 59 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_moving_average`,Compute moving average
|
60 | 60 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_moving_median`,Compute moving median
|
|
67 | 67 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_prewitt_h`,Compute Prewitt filter (horizontal)
|
68 | 68 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_prewitt_v`,Compute Prewitt filter (vertical)
|
69 | 69 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_product`,Compute product with :py:func:`cdl.computation.image.compute_product`
|
70 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_product_constant`,Compute product with a constant |
| 70 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_product_constant`,Compute product with a constant |
71 | 71 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_psd`,Compute Power Spectral Density (PSD)
|
72 | 72 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_quadratic_difference`,Compute quadratic difference between two images
|
73 | 73 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_radial_profile`,Compute radial profile
|
74 | 74 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_re`,Compute real part with :py:func:`cdl.computation.image.compute_re`
|
75 | 75 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_rescale_intensity`,Rescale image intensity levels
|
76 | 76 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_resize`,Resize image with :py:func:`cdl.computation.image.compute_resize`
|
77 | 77 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_roberts`,Compute Roberts filter
|
78 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_roi_extraction`,Extract Region Of Interest (ROI) from data |
79 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_rotate`,Rotate data arbitrarily |
| 78 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_roi_extraction`,Extract Region Of Interest (ROI) from data |
| 79 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_rotate`,Rotate data arbitrarily |
80 | 80 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_rotate270`,Rotate data 270° with :py:func:`cdl.computation.image.compute_rotate270`
|
81 | 81 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_rotate90`,Rotate data 90° with :py:func:`cdl.computation.image.compute_rotate90`
|
82 | 82 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_scharr`,Compute Scharr filter
|
|
87 | 87 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_sobel_h`,Compute Sobel filter (horizontal)
|
88 | 88 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_sobel_v`,Compute Sobel filter (vertical)
|
89 | 89 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_stats`,Compute data statistics
|
90 |
| -:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_sum`,Compute sum with :py:func:`cdl.computation.image.compute_addition` |
| 90 | +:py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_sum`,Compute sum with :py:func:`cdl.computation.image.compute_sum` |
91 | 91 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_swap_axes`,Swap data axes with :py:func:`cdl.computation.image.compute_swap_axes`
|
92 | 92 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_threshold`,Compute parametric threshold
|
93 | 93 | :py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_threshold_isodata`,Compute threshold using Isodata algorithm
|
|
0 commit comments