Open In App

Wand enhance() function in Python

Last Updated : 27 Mar, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

Similar to despeckle() function this function also reduces noise of the image. enhance() function return an image with reduced noise of an image by applying an auto-filter.

Syntax : wand.image.enhance() 

Parameters : No parameters in enhance() function

Source Image:

  

Example 1: 

Output:

  

Example 2: 

Source Image:

  

Output:

 


Article Tags :
Practice Tags :

Similar Reads