HDRCommand Class |
![]() |
Namespace: MediaCy.Commands
Public Class HDRCommand Inherits OneInputOneOutputCommand(Of IList, McImage)
The HDRCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | HDRCommand | Initializes a new instance of the HDRCommand class |
![]() | HDRCommand(McCommand) | Initializes a new instance of the HDRCommand class |
Name | Description | |
---|---|---|
![]() | FilterSize |
Defines the size of the filter used in mchdrLocalToneMappingXXX methods.
|
![]() | KeyValue |
Tone mapping KeyValue.
|
![]() | Method |
HDR tone mapping method.
|
![]() | Saturation |
Saturation value of output tone mapping.
|
![]() | Strength |
Defines the strength of local contrast filter used in mchdrLocalToneMappingXXX methods.
|
![]() | Visible |
Name | Description | |
---|---|---|
![]() ![]() | ApplyHDRLUTToImage | |
![]() ![]() | FromObject | |
![]() | SelectedImages |
Public Sub DemoSetExposureTimes() Dim im As MediaCy.IQL.Engine.McImage = ThisApplication.ActiveImage If im Is Nothing Then Exit Sub Dim expTime As Double = 5 ' initial time For Each fr As MediaCy.IQL.Engine.McFrame In im.Frames fr.Properties("CaptureExposure")=expTime expTime*=2'double for next frame Next End Sub