georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
850 stars 109 forks source link

remove unused ORC code #95

Open thinrope opened 4 years ago

thinrope commented 4 years ago

I have been looking around and there are is quite a pile of ORC code that per your comment is not used:

https://github.com/georgmartius/vid.stab/blob/master/CMakeLists.txt#L32

### ORC is not used in any active code at the moment  ###
# I tried it with 0.4.14
#  0.4.10 did not work (not all opcode implemented)
# find_package(Orc)

I am talking about the snippet above, as well as src/orc and test/orc_bug and some references in the makefiles.

georgmartius commented 4 years ago

True, it was not useful and will not become useful again. If you feel like creating a merge request -- always welcome ;-)