Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the c-api motion history functions were moved to opencv_contrib and ported to proper c++.

but, this means:

  • you can no more use the code above
  • you have to rebuild your opencv libs with opencv_contrib .

  • if you want to stay with 3.3, make sure to checkout exactly the same branch there, else updating BOTH repos to current 3.4 would be best.

with opencv3, the c-api motion history functions were moved to opencv_contrib and ported to proper c++.

but, this means:

  • you can no more use the code above
  • you have to rebuild your opencv libs with opencv_contrib .

  • if you want to stay with 3.3, make sure to checkout exactly the same branch there, else updating BOTH repos to current 3.4 would be best.