public class MultiscaleEnhancementCommand : RasterCommand @interface LTMultiscaleEnhancementCommand : LTRasterCommand public class MultiscaleEnhancementCommandextends RasterCommand
public ref class MultiscaleEnhancementCommand : public RasterCommand class MultiscaleEnhancementCommand(RasterCommand): For more information, refer to Changing Brightness and Contrast.
Multiscale Enhancement Function - Before

Multiscale Enhancement Function - After

View additional platform support for this Multiscale Enhancement function.
Run the MultiscaleEnhancementCommand on an image.
using Leadtools;using Leadtools.Codecs;using Leadtools.ImageProcessing.Core;public void MultiScaleEnhancementCommandExample(){// Load an imageRasterCodecs codecs = new RasterCodecs();codecs.ThrowExceptionsOnInvalidImages = true;RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir, "Master.jpg"));// Prepare the commandMultiscaleEnhancementCommand command = new MultiscaleEnhancementCommand();command.Contrast = 2000;command.EdgeLevels = 4;command.EdgeCoefficient = -1;command.LatitudeLevels = 0;command.LatitudeCoefficient = 0;command.Type = MultiscaleEnhancementCommandType.Gaussian;command.Flags = MultiscaleEnhancementCommandFlags.EdgeEnhancement;// Apply multiscale enhancementcommand.Run(image);}static class LEAD_VARS{public const string ImagesDir = @"C:\LEADTOOLS22\Resources\Images";}
MultiscaleEnhancementCommand Members
Leadtools.ImageProcessing.Core Namespace
Changing Brightness and Contrast
Leadtools.ImageProcessing.Color.ChangeContrastCommand
Leadtools.ImageProcessing.Color.ChangeIntensityCommand
Leadtools.ImageProcessing.Color.GammaCorrectCommand
Leadtools.ImageProcessing.Color.StretchIntensityCommand
Leadtools.ImageProcessing.Color.RemapIntensityCommand
Leadtools.ImageProcessing.Color.InvertCommand
Leadtools.ImageProcessing.Color.ChangeHueCommand
Leadtools.ImageProcessing.Color.ChangeSaturationCommand
Leadtools.ImageProcessing.Color.HistogramEqualizeCommand
Leadtools.ImageProcessing.FillCommand
Leadtools.ImageProcessing.Color.HistogramCommand
Leadtools.ImageProcessing.Color.HistogramContrastCommand
Leadtools.ImageProcessing.Color.AddWeightedCommand
Leadtools.ImageProcessing.Color.MultiplyCommand
Leadtools.ImageProcessing.Color.SelectiveColorCommand
Leadtools.ImageProcessing.Color.ChangeHueSaturationIntensityCommand
Leadtools.ImageProcessing.Color.ColorReplaceCommand
Leadtools.ImageProcessing.Color.ColorThresholdCommand
Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand
FourierTransformDisplayCommand Class
FastFourierTransformCommand Class
Leadtools.ImageProcessing.Color.MathematicalFunctionCommand
SubtractBackgroundCommand Class
Leadtools.ImageProcessing.Effects.UserFilterCommand
Leadtools.ImageProcessing.Color.AdaptiveContrastCommand
Leadtools.ImageProcessing.Color.ApplyMathematicalLogicCommand
Leadtools.ImageProcessing.Color.ColorIntensityBalanceCommand
Leadtools.ImageProcessing.Color.ContrastBrightnessIntensityCommand
Leadtools.ImageProcessing.Color.DynamicBinaryCommand
Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand
Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
