Read .seq file in MATLAB

56 Ansichten (letzte 30 Tage)
kittu
kittu am 11 Sep. 2012
Kommentiert: Paul Siefert am 5 Jun. 2019
Hi, I have a 20 minute video recording of an insect and i need to process it. Since it is the raw data,its file format is .seq.
Can anyone help me in reading the seq file in matlab?
Thanks
  2 Kommentare
Walter Roberson
Walter Roberson am 12 Sep. 2012
Was your .seq file created by Cyberpaint or by NorPix ?
kittu
kittu am 12 Sep. 2012
Hi, Thanks for the reply.I am not sure about it,as I have not collected the data personally.But i think that it was created by NorPix.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 12 Sep. 2012
  5 Kommentare
Walter Roberson
Walter Roberson am 14 Sep. 2012
There must be a problem in reading the header. The ImageWidth shown there happens to correspond to hex 0x18171918 which is entirely too regular to be an accident.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Davide Ferraro
Davide Ferraro am 11 Sep. 2012
There are some routines for working with .seq files in MATLAB. I've not been able to test them.
  2 Kommentare
kittu
kittu am 12 Sep. 2012
Hi, Thanks for reply.Unfortunately none of those codes are working. I guess those codes are meant for reading the sequential files which are often generated during the sequence analysis of DNA/RNA etc which are text files. But in my case, these .seq files are raw video files.
I am unable to read this file in MATLAB using any of the reader. Please provide some solution. Thanks
Julian Marstaller
Julian Marstaller am 24 Nov. 2017
hey kittu,
i have the same issue currently. did you solve your problem already?
Thanks!
Here is our file output:
width: 1920
height: 1080
imageBitDepth: 12
imageBitDepthReal: 12
imageSizeBytes: 3110400
imageFormat: 630
numFrames: 239
trueImageSize: 3112960
fps: 25.1130
seqVersion: 5
codec: 'imageFormat630'
descr: 'StreamPix 6.5.0.0 (x64) Ę䀀 䀀  乐䀴  ㋈䀴  g 䀴 ⊸3…'
nHiddenFinalFrames: 0

Melden Sie sich an, um zu kommentieren.


Vijay Yadav
Vijay Yadav am 7 Mai 2019
Hey,
Can anyone please share matlab script for reading .seq file
  4 Kommentare
Paul Siefert
Paul Siefert am 5 Jun. 2019
You can now read compressed and uncompresed sequences completly, or within a reading window with the above script.

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by