Class PvDeInterlacer
De-interlacing filter
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvDeInterlacer : IDisposable
Constructors
View SourcePvDeInterlacer()
Constructor.
Declaration
public PvDeInterlacer()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceFieldInversion
Gets or sets whether field inversion is enabled. False for 1-2 field order (default), true for 2-1 field order.
Declaration
public bool FieldInversion { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceApply(PvBuffer, PvBuffer, ref PvBuffer)
De-interlaces an image from a a pair of #PvBuffer, one Even and one Odd field.
Declaration
public PvResult Apply(PvBuffer aInOdd, PvBuffer aInEven, ref PvBuffer aOut)
Parameters
| Type | Name | Description |
|---|---|---|
| PvBuffer | aInOdd | #PvBuffer used as Odd field source. |
| PvBuffer | aInEven | #PvBuffer used as Even field source. |
| PvBuffer | aOut | #PvBuffer used as destination for the operation. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
Apply(PvBuffer, ref PvBuffer)
De-interlaces an image from a #PvBuffer containing both fields.
Declaration
public PvResult Apply(PvBuffer aIn, ref PvBuffer aOut)
Parameters
| Type | Name | Description |
|---|---|---|
| PvBuffer | aIn | #PvBuffer used as source. |
| PvBuffer | aOut | #PvBuffer used as destination for the operation. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
ApplyBlending(PvBuffer, PvBuffer, ref PvBuffer)
Blends (averages) even and odd lines. The result is doubled into the output buffer.
Declaration
public PvResult ApplyBlending(PvBuffer aInOdd, PvBuffer aInEven, ref PvBuffer aOut)
Parameters
| Type | Name | Description |
|---|---|---|
| PvBuffer | aInOdd | #PvBuffer used as Odd field source. |
| PvBuffer | aInEven | #PvBuffer used as Even field source. |
| PvBuffer | aOut | #PvBuffer used as destination for the operation. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
ApplyDoubling(PvBuffer, ref PvBuffer)
Doubles lines of the field to the output field.
Declaration
public PvResult ApplyDoubling(PvBuffer aIn, ref PvBuffer aOut)
Parameters
| Type | Name | Description |
|---|---|---|
| PvBuffer | aIn | #PvBuffer used as source. |
| PvBuffer | aOut | #PvBuffer used as destination for the operation. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
ApplyEven(PvBuffer, ref PvBuffer)
De-interlaces an image from a #PvBuffer containing an even field.
Declaration
public PvResult ApplyEven(PvBuffer aIn, ref PvBuffer aOut)
Parameters
| Type | Name | Description |
|---|---|---|
| PvBuffer | aIn | #PvBuffer used as source. |
| PvBuffer | aOut | #PvBuffer used as destination for the operation. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
ApplyOdd(PvBuffer, ref PvBuffer)
De-interlaces an image from a #PvBuffer containing an odd field.
Declaration
public PvResult ApplyOdd(PvBuffer aIn, ref PvBuffer aOut)
Parameters
| Type | Name | Description |
|---|---|---|
| PvBuffer | aIn | #PvBuffer used as source. |
| PvBuffer | aOut | #PvBuffer used as destination for the operation. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
Dispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvDeInterlacer()
Destructor.
Declaration
protected ~PvDeInterlacer()