Reference

_BinaryMore, _BinaryOperations, BinaryFromReference, BinaryMore, BinaryOperations, BinaryOperationsND, BinarySwapReference, BinaryToReference

BinaryFromReference

This function runs the Reference > Binary <- RefBinary menu command.

Description 

 BinaryFromReference();

See Also 
BinaryToReference , BinarySwapReference , BinaryToMask , BinarySwapMask

BinaryMore

Description 

 BinaryMore(
   int  BinOper,
   int  DestPic,
   int  SourPic
);

This function enables managing binary images.

Parameters

int BinOper

Type of memory operation.

0

Copy source to destination images.

1

Exchange source and destination images.

int DestPic

Destination binary image.

0

Current binary image.

1

Undo for binary image.

2

Reference binary image.

3

Measurement ROI.

4

Ref1 binary image.

5

Ref2 binary image.

6

Ref3 binary image.

int SourPic

Source binary image.

0

Current binary image.

1

Undo for binary image.

2

Reference binary image.

3

Measurement ROI.

4

Ref1 binary image.

5

Ref2 binary image.

6

Ref3 binary image.

See Also 
_BinaryMore , BinaryToMask , BinaryFromMask , BinarySwapMask , BinaryFromReference , BinaryToReference , BinarySwapReference

BinaryOperations

Interactive menu command to this function: Binary > Binary Operations

Description 

 BinaryOperations(
   int  LogOp
);

This function enables logical transformations of binary images.

Parameters

int LogOp

Specifies type of logical operation.

0

(A) AND (B)

1

(A) OR (B)

2

(A) / (B)

3

(B) / (A)

4

(A) XOR (B)

5

(A) EQU (B)

See Also 
_BinaryOperations

BinaryOperationsND

Description 

 BinaryOperationsND(
   int  LogOp,
   int  NDTLoop,
   int  NDMPLoop,
   int  NDZLoop
);

This function enables logical transformations of binary images.

Parameters

int LogOp

Specifies type of logical operation.

0

(A) AND (B)

1

(A) OR (B)

2

(A) / (B)

3

(B) / (A)

4

(A) XOR (B)

5

(A) EQU (B)

int NDTLoop

0

apply to the current loop only

1

apply to the whole Time dimension

int NDMPLoop

Apply to Multi Point dimension.

0

apply to the current loop only

1

apply to the whole Multi Point dimension

int NDZLoop

Apply to Z dimension

0

apply to the current loop only

1

apply to the whole Z Series dimension

See Also 
_BinaryOperations

BinarySwapReference

This function runs the Reference > Binary <-> RefBinary menu command.

Description 

 BinarySwapReference();

This function swaps reference and current binary images.

Note

This function works if the current image has only one binary layer.

See Also 
BinaryToReference , BinaryFromMask , BinaryToMask , BinaryFromReference

BinaryToReference

This function runs the Reference > Binary -> RefBinary menu command.

Description 

 BinaryToReference();

This function copies the current binary image to the Reference binary image.

See Also 
BinaryToMask , BinaryFromReference , BinarySwapMask , BinarySwapReference , BinaryFromMask

_BinaryMore

Description 

 _BinaryMore();

This function has been deprecated.

See Also 
_BinaryOperations

_BinaryOperations

This function runs the Binary > Binary Operations menu command.

Description 

 _BinaryOperations();

This function displays the Binary Operations dialog box.

See Also 
BinaryOperations