www.emgu.com/wiki
Assign the new value to the particular element of single-channel array

Declaration Syntax
public:
static void cvSetRealND(
IntPtr arr,
array<int>^ idx,
double value
)

Parameters
- arr (IntPtr)
- Input array
- idx (array<
Int32
>[]()[])
- Array of the element indices
- value (Double)
- The assigned value
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)