I have an simple array [not vector] of data ranging between 0-255 in a uchar type array. But for some computation I need to copy the array to a double type array.
I can do that by a loop and copying it element by element. But looking if there is an easy process to do this by some function or methods.