What does 32FC1 mean? Intuitively it should just be floating point matrix of one channel but the process that I am receiving images from has an array of ints.
1 | initial version |
What does 32FC1 mean? Intuitively it should just be floating point matrix of one channel but the process that I am receiving images from has an array of ints.
2 | No.2 Revision |
What does 32FC1 mean? Intuitively it should just be floating point matrix of one channel but the process that I am receiving images from has an array of ints. uint8.
How do I convert this data such that each pixel value is stored as an int?