Skip to content

Commit

Permalink
add .flo optical flow format (#284)
Browse files Browse the repository at this point in the history
This fileformat is somewhat standardized¹ and used in various optical
flow benchmarks²³.

[1] https://vision.middlebury.edu/flow/code/flow-code/README.txt
[2] https://vision.middlebury.edu/flow/
[3] http://sintel.is.tue.mpg.de/
  • Loading branch information
stev47 authored Feb 24, 2021
1 parent 42f21b2 commit 08e348c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ add_format(format"NRRD", "NRRD", [".nrrd", ".nhdr"], [:NRRD])

add_format(format"AndorSIF", "Andor Technology Multi-Channel File", ".sif", [:AndorSIF, LOAD])

add_format(format"FLO", b"PIEH", ".flo", [:OpticalFlowUtils])

add_format(format"CRW", UInt8[0x49,0x49,0x1a,0x00,0x00,0x00,0x48,0x45], ".crw", [:ImageMagick])
add_format(format"CUR", UInt8[0x00,0x00,0x02,0x00], ".cur", [:ImageMagick])
Expand Down

0 comments on commit 08e348c

Please sign in to comment.