LiveCompare

(requires: Live Comparisons)

_DefineCameraCorrection, LiveWindowSetup, SplitHorizontallyLiveBottom, SplitHorizontallyLiveTop, SplitVerticallyLiveLeft, SplitVerticallyLiveRight, ViewAlternateLive, ViewBinaryMaskedLive, ViewDifferenceLive, ViewInterlacedLive, ViewLiveRectangle, ViewPseudoRedGreenLive, ViewTransparentLive

LiveWindowSetup

This function runs the Acquire > Live Comparisons > Live Window command.

Description 

 LiveWindowSetup(
   int  pos
);

This function defines the position of live window.

Parameters

int pos

Live window position.

LW_LEFTHALF

Left half of the picture window.

LW_RIGHTHALF

Right half of the picture window.

LW_TOPHALF

Top half of the picture window.

LW_BOTTOMHALF

Bottom half of the picture window.

LW_UPPERLEFT

Upper left corner of the picture window.

LW_UPPERRIGHT

Upper right corner of the picture window.

LW_BOTTOMLEFT

Bottom left corner of the picture window.

LW_BOTTOMRIGHT

Bottom right corner of the picture window.

See Also 
Freeze, Live

SplitHorizontallyLiveBottom

This function runs the Acquire > Live Comparisons > Split Bottom command.

Description 

 SplitHorizontallyLiveBottom();

This function displays the live image in the bottom pane and the original image in the top pane.

Return Values

This function returns true.

See Also 
SplitHorizontallyLiveTop

SplitHorizontallyLiveTop

This function runs the Acquire > Live Comparisons > Split Top command.

Description 

 SplitHorizontallyLiveTop();

This function displays the live image in the top pane and the original image in the bottom pane.

Return Values

This function returns true.

See Also 
SplitHorizontallyLiveBottom

SplitVerticallyLiveLeft

This function runs the Acquire > Live Comparisons > Split Left command.

Description 

 SplitVerticallyLiveLeft();

Splits the screen horizontally and displays the live image in the left pane and original image in the bottom pane.

See Also 
SplitVerticallyLiveRight, SplitHorizontallyLiveBottom, SplitHorizontallyLiveTop

SplitVerticallyLiveRight

This function runs the Acquire > Live Comparisons > Split Right command.

Description 

 SplitVerticallyLiveRight();

Splits the screen horizontally and displays live image in the right pane and original image in the bottom pane.

See Also 
SplitVerticallyLiveLeft, SplitHorizontallyLiveBottom, SplitHorizontallyLiveTop

ViewAlternateLive

This function runs the Acquire > Live Comparisons > Alternate command.

Description 

 ViewAlternateLive();

This function alternates the original image and the live image in a user-defined rectangle. The rectangle can be defined by drawing on the screen using the mouse.

ViewBinaryMaskedLive

This function runs the Acquire > Live Comparisons > Binary Masked command.

Description 

 ViewBinaryMaskedLive();

Displays the original image at pixels where the binary image is equal to zero and the live image at pixels where the binary image is equal to one.

See Also 
ViewAlternateLive

ViewDifferenceLive

This function runs the Acquire > Live Comparisons > Difference command.

Description 

 ViewDifferenceLive();

Displays the difference between the live and the original images.

ViewInterlacedLive

This function runs the Acquire > Live Comparisons > Interlaced command.

Description 

 ViewInterlacedLive();

Displays the live image in the odd lines and the original image in the even lines.

ViewLiveRectangle

This function runs the Acquire > Live Comparisons > Live Rectangle command.

Description 

 ViewLiveRectangle();

Displays alternately the original image and the live image in a user-defined rectangle. The rectangle can be defined by drawing on the screen using the mouse.

ViewPseudoRedGreenLive

This function runs the Acquire > Live Comparisons > Pseudo Red&Green command.

Description 

 ViewPseudoRedGreenLive();

Displays the live image in the red component and the original image in the green component.

ViewTransparentLive

This function runs the Acquire > Live Comparisons > Transparent command.

Description 

 ViewTransparentLive();

Displays the average of original and live images in a user-defined rectangle. The rectangle can be defined by drawing with a mouse on the screen.

_DefineCameraCorrection

Description 

 _DefineCameraCorrection();

The Define point defects mask wizard starts.

See Also 
EnableCameraCorrection, _TestAndView