_Clarify_ai, _Convert_ai, _Denoise_ai, _Enhance_ai, _Explorer_ai, _Restore_ai, _Segment_ai, _SegmentObjects_ai, _Train_Convert_ai, _Train_Enhance_ai, _Train_Segment_ai, _Train_SegmentObjects_ai, Convert_ai, CreateTrainedFileDBRecord, Denoise_ai, Enhance_ai, Restore_ai, RunDistributedItem, RunDistributedItems, RunQueuedItem, RunQueuedItems, Segment_ai, SegmentObjects_ai, StartMxExecutor, Train_Convert_ai, Train_Enhance_ai, Train_Segment_ai, Train_SegmentObjects_ai
Interactive command to this function: NIS.ai > Convert.ai
Description
Convert_ai( char *SourceChannelIndices
, char *NetworkFileName
);
Runs the Convert.ai neural network using the defined parameters.
Parameters
See Also
Description
CreateTrainedFileDBRecord(
char *Filename
);
Writes the trained file from AI into the database.
Interactive command to this function: NIS.ai > Denoise.ai
Description
Denoise_ai( char *SourceChannelIndices
, intNewDocument
);
Performs image denoising with the use of neural networks.
Parameters
See Also
Interactive command to this function: NIS.ai > Enhance.ai
Description
Enhance_ai( char *SourceChannelIndices
, char *NetworkFileName
);
Runs the Enhance.ai neural network using the defined parameters.
Parameters
See Also
Interactive command to this function: NIS.ai > Restore.ai
Description
Restore_ai( char *SourceChannelIndices
, intNewDocument
);
Runs the Restore.ai using the defined parameters.
Parameters
See Also
Description
RunDistributedItem(
char *Title
);
Sends the specified unprocessed training that was intended for distributed processing to the distributed server. For example when no distributed server was available at the time of the training definition.
Description
RunDistributedItems();
Sends all unprocessed training to the distributed server which was intended for the distribution processing. For example when no distributed server was available at the time of the training definition.
Description
RunQueuedItem(
char *Title
);
Runs Train AI on a specified queued AI definition.
Interactive command to this function: NIS.ai > Segment.ai
Description
Segment_ai( char *SourceChannelIndices
, char *NetworkFileName
, intAdvMultiSmooth
, doubleAdvSmoothSize
, doubleAdvCleanSize
, intAdvFillHoles
, doubleAdvSeparateSize
, intAdvFilterSize
, doubleAdvFilterSizeLow
, doubleAdvFilterSizeHigh
, intAdvFilterCircularity
, doubleAdvFilterCircularityLow
, doubleAdvFilterCircularityHigh
);
Runs the Segment.ai neural network using the defined parameters.
Parameters
See Also
Interactive command to this function: NIS.ai > Segment Objects.ai
Description
SegmentObjects_ai( char *SourceChannelIndices
, char *NetworkFileName
, intAdvSmoothObjectsRadius
, doubleAdvCleanSize
, intAdvFillHoles
, intAdvFilterSize
, doubleAdvFilterSizeLow
, doubleAdvFilterSizeHigh
, intAdvFilterCircularity
, doubleAdvFilterCircularityLow
, doubleAdvFilterCircularityHigh
);
Runs the Segment.ai neural network using the defined parameters.
Parameters
See Also
Interactive command to this function: NIS.ai > Train Convert.ai
Description
Train_Convert_ai( char *DatasetFileNames
, intSourceChannelNames
, intGroundTruthChannelNames
, char *NetworkOptions
, char *NetworkInputFileName
, char *NetworkOutputFileName
, char *NetworkName
, char *GpuPciBusIds
);
Starts training of the Convert.ai neural network on the current dataset.
Parameters
NetworkOptions
More neural training options.
Closes the window after the network training is finished. | |
Set to a value from 0 to 100. The value specifies what percentage of the training dataset will be used for testing the network. This data will only be used for testing of the performance of the network, but not for training. Do not use this parameter on datasets which contains only a few frames of data so that you don't unnecessarily reduce the amount of the training data. | |
Flips images during the neural training. | |
Number of neural training iteration. | |
Set to value from range <1.0, 5.0>. Changes image gamma randomly from range <1.0/value, value>. When set to 1.0, no augmentation is performed. | |
Saves a screenshot of the training graph. |
See Also
Interactive command to this function: NIS.ai > Train Enhance.ai
Description
Train_Enhance_ai( char *DatasetFileNames
, intSourceChannelNames
, intGroundTruthChannelNames
, char *NetworkOptions
, char *NetworkInputFileName
, char *NetworkOutputFileName
, char *NetworkName
, char *GpuPciBusIds
);
Starts training of the Enhance.ai neural network on the current dataset.
Parameters
NetworkOptions
More neural training options.
Closes the window after the network training is finished. | |
Set to a value from 0 to 100. The value specifies what percentage of the training dataset will be used for testing the network. This data will only be used for testing of the performance of the network, but not for training. Do not use this parameter on datasets which contains only a few frames of data so that you don't unnecessarily reduce the amount of the training data. | |
Flips images during the neural training. | |
Number of neural training iteration. | |
Set to value from range <1.0, 5.0>. Changes image gamma randomly from range <1.0/value, value>. When set to 1.0, no augmentation is performed. | |
Saves a screenshot of the training graph. |
See Also
Interactive command to this function: NIS.ai > Train Segment.ai
Description
Train_Segment_ai( char *DatasetFileNames
, intSourceChannelNames
, char *GroundTruthBinaryNames
, char *NetworkOptions
, char *NetworkInputFileName
, char *NetworkOutputFileName
, char *NetworkName
, char *GpuPciBusIds
);
Starts training of the Segment.ai neural network on the current dataset.
Parameters
NetworkOptions
More neural training options.
Closes the window after the network training is finished. | |
Set to a value from 0 to 100. The value specifies what percentage of the training dataset will be used for testing the network. This data will only be used for testing of the performance of the network, but not for training. Do not use this parameter on datasets which contains only a few frames of data so that you don't unnecessarily reduce the amount of the training data. | |
Flips images during the neural training. | |
Number of neural training iteration. | |
Set to value from range <1.0, 5.0>. Changes image gamma randomly from range <1.0/value, value>. When set to 1.0, no augmentation is performed. | |
Saves a screenshot of the training graph. |
See Also
Interactive command to this function: NIS.ai > Train Segment Objects.ai
Description
Train_SegmentObjects_ai( char *DatasetFileNames
, intSourceChannelNames
, char *GroundTruthBinaryNames
, char *NetworkOptions
, char *NetworkInputFileName
, char *NetworkOutputFileName
, char *NetworkName
, char *GpuPciBusIds
);
Starts training of the Segment Objects.ai neural network on the current dataset.
Parameters
NetworkOptions
More neural training options.
Closes the window after the network training is finished. | |
Set to a value from 0 to 100. The value specifies what percentage of the training dataset will be used for testing the network. This data will only be used for testing of the performance of the network, but not for training. Do not use this parameter on datasets which contains only a few frames of data so that you don't unnecessarily reduce the amount of the training data. | |
Flips images during the neural training. | |
Number of neural training iteration. | |
Set to value from range <1.0, 5.0>. Changes image gamma randomly from range <1.0/value, value>. When set to 1.0, no augmentation is performed. | |
Saves a screenshot of the training graph. |
See Also
This function runs the NIS.ai > Clarify.ai command.
Description
_Clarify_ai();
Opens the Clarify.ai dialog window.
This function runs the NIS.ai > Convert.ai command.
Description
_Convert_ai();
Opens a window for running a trained neural network (*.cai) on the current dataset.
This function runs the NIS.ai > Denoise.ai command.
Description
_Denoise_ai();
Opens the Denoise.ai dialog window suitable for image denoising with the use of neural networks.
See Also
This function runs the NIS.ai > Enhance.ai command.
Description
_Enhance_ai();
Opens a window for running a trained neural network (*.eai) on the current dataset.
This function runs the NIS.ai > Explorer.ai command.
Description
_Explorer_ai();
Opens the NIS.ai Explorer panel.
This function runs the NIS.ai > Restore.ai command.
Description
_Restore_ai();
Opens the Restore.ai dialog window.
See Also
This function runs the NIS.ai > Segment.ai command.
Description
_Segment_ai();
Opens a window for running a trained neural network (*.sai) on the current dataset.
This function runs the NIS.ai > Segment Objects.ai command.
Description
_SegmentObjects_ai();
Opens a window for running a trained neural network (*.oai) on the current dataset.
This function runs the NIS.ai > Train Convert.ai command.
Description
_Train_Convert_ai();
Enables the user to train a neural network on the current dataset.
See Also
This function runs the NIS.ai > Train Enhance.ai command.
Description
_Train_Enhance_ai();
Enables the user to train a neural network on the current dataset.
See Also
This function runs the NIS.ai > Train Segment.ai command.
Description
_Train_Segment_ai();
Enables the user to train a neural network on the current dataset.
See Also
This function runs the NIS.ai > Train Segment Objects.ai command.
Description
_Train_SegmentObjects_ai();
Enables the user to train a neural network on the current dataset.
See Also