Ask Your Question
0

OpenCV, Space Time Interest Points (STIP) & Camera Motion

asked 2016-03-30 14:40:32 -0600

mobmsc gravatar image

updated 2016-03-30 14:56:17 -0600

I understand the implementation of space(spatial) time(temporal) interest points by Laptev http://www.di.ens.fr/~laptev/download... required OpenCV but since the release of the updated STIP code in 2011 has OpenCV integrated the feature into its toolkit or does OpenCV have its own similar function and how susceptible are STIP methods to camera motion

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-03-30 19:29:39 -0600

Tetragramm gravatar image

No, there's no direct implementation in the OpenCV Library. It depends on contributions from interested people to add features, so if you end up implementing it, then you can add it to the library for others to use.

The source code is available here, though you may be better off just reading the paper and implementing it yourself.

As to camera motion, I'm afraid I have no idea.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-30 14:40:32 -0600

Seen: 1,062 times

Last updated: Mar 30 '16