@@ -54,22 +54,26 @@ of all the new methods.
54
54
55
55
- :meth: `Image.auto_threshold() <wand.image.BaseImage.auto_threshold> ` method.
56
56
- :meth: `Image.canny() <wand.image.BaseImage.canny> ` method.
57
- - :meth: `Image.clahe() <wand.image.BaseImage.canny> ` method.
58
- Also known as "Contrast Limited Adaptive Histogram Equalization" .
57
+ - :meth: `Image.clahe() <wand.image.BaseImage.canny> ` method. Also known as "Contrast Limited Adaptive Histogram Equalization".
58
+ - :meth: ` Image.color_threshold() <wand.image.BaseImage.color_threshold> ` method .
59
59
- :meth: `Image.complex() <wand.image.BaseImage.complex> ` method.
60
60
- :meth: `Image.connected_components() <wand.image.BaseImage.connected_components> ` method.
61
+ - :meth: `Image.convex_hull() <wand.image.BaseImage.convex_hull> ` method.
61
62
- :meth: `Image.hough_lines() <wand.image.BaseImage.hough_lines> ` method.
63
+ - :meth: `Image.kmeans() <wand.image.BaseImage.kmeans> ` method.
62
64
- :meth: `Image.kuwahara() <wand.image.BaseImage.kuwahara> ` method.
63
65
- :meth: `Image.level_colors() <wand.image.BaseImage.level_colors> ` method.
64
66
- :meth: `Image.levelize() <wand.image.BaseImage.levelize> ` method.
65
67
- :meth: `Image.levelize_colors() <wand.image.BaseImage.levelize_colors> ` method.
66
68
- :meth: `Image.local_contrast() <wand.image.BaseImage.local_contrast> ` method.
67
69
- :meth: `Image.mean_shift() <wand.image.BaseImage.mean_shift> ` method.
70
+ - :meth: `Image.minimum_bounding_box() <wand.image.BaseImage.minimum_bounding_box> ` method.
68
71
- :meth: `Image.polynomial() <wand.image.BaseImage.polynomial> ` method.
69
72
- :meth: `Image.range_threshold() <wand.image.BaseImage.range_threshold> ` method.
70
73
- :meth: `Image.read_mask() <wand.image.BaseImage.read_mask> ` method.
71
74
- :meth: `Image.rotational_blur() <wand.image.BaseImage.rotational_blur> ` method.
72
75
- :meth: `Image.wavelet_denoise() <wand.image.BaseImage.wavelet_denoise> ` method.
76
+ - :meth: `Image.white_balance() <wand.image.BaseImage.white_balance> ` method.
73
77
- :meth: `Image.write_mask() <wand.image.BaseImage.write_mask> ` method.
74
78
75
79
0 commit comments