ExtractFrames Class |
|
Namespace: MediaCy.Commands.Image.Frames
Public Class ExtractFrames Inherits FramesOutputCommand
The ExtractFrames type exposes the following members.
| Name | Description | |
|---|---|---|
| ExtractFrames | Initializes a new instance of the ExtractFrames class | |
| ExtractFrames(String) | Initializes a new instance of the ExtractFrames class | |
| ExtractFrames(McCommand) | Initializes a new instance of the ExtractFrames class |
| Name | Description | |
|---|---|---|
| BestFocusPlane |
Extract best focus plane.
| |
| BottomUp |
Order of frames in the stack: False - Top to Buttom, True - Buttom to Top
| |
| FrameByFrame |
True - export frames in separate images, False - export frames in one image (if possible).
| |
| NormalizeIllumination |
Normalize mean value of intensity on all frames to the same value.
| |
| Prefilter |
Defines the filter that extracts edges defining in-focus pixels.
| |
| References | (Overrides FramesCommandReferences.) | |
| VarianceThreshold |
Defines in-focus threshold for significant edge pixels. The parameter is used only when Focusing Method is set to Local Contrast. The pixels (after edge filter) above the threshold are considered in-focus pixels. The pixels with intensities below the threshold are considered out of focus pixels. If for a given pixel position none of the frames contain edge intensities above the threshold, the height of the pixel (on topographic map) is assigned to the frame with closest in-focus pixel.
|