SetPixelVarReci
Syntax
AIStatus SetPixelVarReci(float dtcPixelVarReciChn0 = 0,
float dtcPixelVarReciChn1 = 0,
float dtcPixelVarReciChn2 = 0,
float dtcPixelVarReciChn3 = 0,
uint32_t batch_index = 0);
Function Description
Sets the parameters for the variance values or (max-min) reciprocal values of DTC channels.
Parameter Description
Parameter |
Input/Output |
Type |
Description |
---|---|---|---|
dtcPixelVarReciChn0 |
Input |
float |
Variance of DTC channel 0 |
dtcPixelVarReciChn1 |
Input |
float |
Variance of DTC channel 1 |
dtcPixelVarReciChn2 |
Input |
float |
Variance of DTC channel 2 |
dtcPixelVarReciChn3 |
Input |
float |
Variance of DTC channel 3 |
batchIndex |
Input |
uint32_t |
Sequence number of the batch for which the variance of a DTC channel is set. The default value is 0. The value range is [0, batchNum). |
Return Value
Parameter |
Type |
Description |
---|---|---|
- |
AIStatus |
If the parameter is set successfully, 0 is returned. If the input is invalid, other values are returned. The AIStatus type is defined as follows: AIStatus = uint32_t |
Exception Handling
None
Restriction
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot