为主界面快捷工具栏添加图像处理命令接口:白底检测、黑底检测、灰度、锐化、增强,实现锐化和增强
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
Text="辅助线" />
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="白底检测"
|
||||
Command="{Binding WhiteBackgroundDetectionCommand}"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/film-darken.png"
|
||||
Text="白底检测" />
|
||||
@@ -174,11 +175,13 @@
|
||||
<StackPanel>
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="灰度"
|
||||
Command="{Binding GrayscaleCommand}"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/film-darken.png"
|
||||
Text="灰度" />
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="黑底检测"
|
||||
Command="{Binding BlackBackgroundDetectionCommand}"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/film-darken.png"
|
||||
Text="黑底检测" />
|
||||
@@ -186,11 +189,13 @@
|
||||
<StackPanel>
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="锐化"
|
||||
Command="{Binding SharpenCommand}"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/sharpen.png"
|
||||
Text="锐化" />
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Title="增强"
|
||||
Command="{Binding EnhanceCommand}"
|
||||
Size="Medium"
|
||||
SmallImage="/Assets/Icons/dynamic-range.png"
|
||||
Text="增强" />
|
||||
|
||||
Reference in New Issue
Block a user