_Clarify_ai, _Convert3d_ai, _Convert_ai, _Denoise_ai, _Enhance3d_ai, _Enhance_ai, _Explorer_ai, _NDDenoise_ai, _Restore_ai, _Segment3d_ai, _Segment_ai, _SegmentObjects3d_ai, _SegmentObjects_ai, _Train_Convert3d_ai, _Train_Convert_ai, _Train_Enhance3d_ai, _Train_Enhance_ai, _Train_Segment3d_ai, _Train_Segment_ai, _Train_SegmentObjects3d_ai, _Train_SegmentObjects_ai, Convert3d_ai, Convert_ai, CreateTrainedFileDBRecord, Denoise_ai, Enhance3d_ai, Enhance_ai, NDDenoise_ai, Restore_ai, RunDistributedItem, RunDistributedItems, RunQueuedItem, RunQueuedItems, Segment3d_ai, Segment_ai, SegmentObjects3d_ai, SegmentObjects_ai, StartMxExecutor, Train_Convert3d_ai, Train_Convert_ai, Train_Enhance3d_ai, Train_Enhance_ai, Train_Segment3d_ai, Train_Segment_ai, Train_SegmentObjects3d_ai, Train_SegmentObjects_ai
Interactive menu command to this function: NIS.ai > Convert.ai
Description
Convert_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedChannelNames);
Runs the Convert.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu command to this function: NIS.ai > 3D Convert.ai
Description
Convert3d_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedChannelNames);
Runs the 3D 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 menu 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 menu command to this function: NIS.ai > Enhance.ai
Description
Enhance_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedChannelNames);
Runs the Enhance.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu command to this function: NIS.ai > 3D Enhance.ai
Description
Enhance3d_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedChannelNames);
Runs the 3D Enhance.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu 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
Interactive menu command to this function: NIS.ai > ND Denoise.ai
Description
NDDenoise_ai( intNDDenoiseNetwork, char *SourceChannelIndices, intNewDocument);
Performs the denoise.ai on the current ND document.
Parameters
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.
Interactive menu command to this function: NIS.ai > Segment.ai
Description
Segment_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedBinaryNames, intAdvMultiSmooth, doubleAdvSmoothRadius, doubleAdvCleanRadius, intAdvFillHoles, doubleAdvSeparateRadius, intAdvFilterSize, doubleAdvFilterSizeLow, doubleAdvFilterSizeHigh, intAdvFilterCircularity, doubleAdvFilterCircularityLow, doubleAdvFilterCircularityHigh);
Runs the Segment.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu command to this function: NIS.ai > 3D Segment.ai
Description
Segment3d_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedBinaryNames, intAdvMultiSmooth, doubleAdvSmoothRadius, doubleAdvCleanRadius, intAdvFillHoles, doubleAdvSeparateRadius);
Runs the 3D Segment.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu command to this function: NIS.ai > Segment Objects.ai
Description
SegmentObjects_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedBinaryNames, intAdvSmoothObjectsRadius, doubleAdvCleanRadius, intAdvFillHoles, intAdvFilterSize, doubleAdvFilterSizeLow, doubleAdvFilterSizeHigh, intAdvFilterCircularity, doubleAdvFilterCircularityLow, doubleAdvFilterCircularityHigh);
Runs the Segment Objects.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu command to this function: NIS.ai > 3D Segment Objects.ai
Description
SegmentObjects3d_ai( char *SourceChannelIndices, char *NetworkFileName, char *CreatedBinaryNames, intAdvSmoothObjectsRadius, doubleAdvCleanRadius, intAdvFillHoles);
Runs the 3D Segment Objects.ai neural network using the defined parameters.
Parameters
See Also
Interactive menu 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 menu command to this function: NIS.ai > Train 3D Convert.ai
Description
Train_Convert3d_ai( char *DatasetFileNames, intSourceChannelNames, intGroundTruthChannelNames, char *NetworkOptions, char *NetworkInputFileName, char *NetworkOutputFileName, char *NetworkName, char *GpuPciBusIds);
Starts training of the Train 3D 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 menu 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 menu command to this function: NIS.ai > Train 3D Enhance.ai
Description
Train_Enhance3d_ai( char *DatasetFileNames, intSourceChannelNames, intGroundTruthChannelNames, char *NetworkOptions, char *NetworkInputFileName, char *NetworkOutputFileName, char *NetworkName, char *GpuPciBusIds);
Starts training of the Train 3D 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 menu 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 menu command to this function: NIS.ai > Train 3D Segment.ai
Description
Train_Segment3d_ai( char *DatasetFileNames, intSourceChannelNames, char *GroundTruthBinaryNames, char *NetworkOptions, char *NetworkInputFileName, char *NetworkOutputFileName, char *NetworkName, char *GpuPciBusIds);
Starts training of the Train 3D 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 menu 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
Interactive menu command to this function: NIS.ai > Train 3D Segment Objects.ai
Description
Train_SegmentObjects3d_ai( char *DatasetFileNames, intSourceChannelNames, char *GroundTruthBinaryNames, char *NetworkOptions, char *NetworkInputFileName, char *NetworkOutputFileName, char *NetworkName, char *GpuPciBusIds);
Starts training of the Train 3D 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 > 3D Convert.ai menu command.
Description
_Convert3d_ai();
This function runs the NIS.ai > Convert.ai menu 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 menu 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 > 3D Enhance.ai menu command.
Description
_Enhance3d_ai();
This function runs the NIS.ai > Enhance.ai menu command.
Description
_Enhance_ai();
Opens a window for running a trained neural network (*.eai) on the current dataset.
This function runs the NIS.ai > ND Denoise.ai menu command.
Description
_NDDenoise_ai();
This function runs the NIS.ai > Restore.ai menu command.
Description
_Restore_ai();
Opens the Restore.ai dialog window.
See Also
This function runs the NIS.ai > 3D Segment.ai menu command.
Description
_Segment3d_ai();
This function runs the NIS.ai > Segment.ai menu command.
Description
_Segment_ai();
Opens a window for running a trained neural network (*.sai) on the current dataset.
This function runs the NIS.ai > 3D Segment Objects.ai menu command.
Description
_SegmentObjects3d_ai();
This function runs the NIS.ai > Segment Objects.ai menu 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 3D Convert.ai menu command.
Description
_Train_Convert3d_ai();
This function runs the NIS.ai > Train Convert.ai menu 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 3D Enhance.ai menu command.
Description
_Train_Enhance3d_ai();
This function runs the NIS.ai > Train Enhance.ai menu 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 3D Segment.ai menu command.
Description
_Train_Segment3d_ai();
This function runs the NIS.ai > Train Segment.ai menu 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 3D Segment Objects.ai menu command.
Description
_Train_SegmentObjects3d_ai();
Opens the .
This function runs the NIS.ai > Train Segment Objects.ai menu command.
Description
_Train_SegmentObjects_ai();
Enables the user to train a neural network on the current dataset.
See Also