The format of image .RAW saved from SpinView
I like to know how to open the *.raw image saved from SpinView in Matlab. the camera is BFS-U3-120S4M, USB3 based. If it is difficult to open in matlab, how to read in C#?
0
-
The .raw files saved with SpinView contain only the raw image data without any image header or additional information.
In Matlab you can read the files using fread but you have to manually provide the width and height.
Similarily, in C# you could use File.ReadAllBytes
0
Please sign in to leave a comment.
Comments
1 comment