GraphAdjustContrast Method |
Namespace: Emgu.TF
public Operation AdjustContrast( Output images, Output contrast_factor, Output min_value, Output max_value, string opName = "AdjustContrast" )
Public Function AdjustContrast ( images As Output, contrast_factor As Output, min_value As Output, max_value As Output, Optional opName As String = "AdjustContrast" ) As Operation
public: Operation^ AdjustContrast( Output^ images, Output^ contrast_factor, Output^ min_value, Output^ max_value, String^ opName = L"AdjustContrast" )
member AdjustContrast : images : Output * contrast_factor : Output * min_value : Output * max_value : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "AdjustContrast" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,