Go to file
Sergey Sharybin 3c6e818b22 Object tracking integration
This commits merges object tracking implementation from tomato branch.

Summarized changes from branch:

- Added list of objects to be tracked. Default there's only one object called
  "Camera" which is used for solving camera motion. Other objects can be added
  and each of them will have it;s own list of tracks. Only one object can be used
  for camera solving at this moment.
- Added new constraint called "Object Tracking" which makes oriented object be
  moving in the save way as solved object motion.
- Scene orientation tools can be used for orienting object to bundles.
- Object has got scale to define "depth" in camera space.
- All tools which works with list of tracks or reconstruction data now
  gets that lists from active editing object.
- All objects and their tracking data are available via python api.
- Improvements in witness cameras workflow,
2011-12-30 18:06:02 +00:00
build_files Mingw - use truly relative instead of absolute-relative paths for Boost and OIIO 2011-12-29 02:57:41 +00:00
doc update the api changelog 2.60 --> 2.61 2011-12-22 21:44:52 +00:00
extern add UNLIKELY / LIKELY util defines to help optimize iterators that are called a lot, only defined for gcc at the moment. 2011-12-29 01:46:58 +00:00
intern style edits for function declarations 2011-12-30 07:55:15 +00:00
release Object tracking integration 2011-12-30 18:06:02 +00:00
source Object tracking integration 2011-12-30 18:06:02 +00:00
CMakeLists.txt Update build files to use new OpenAL libraries 2011-12-27 09:37:19 +00:00
COPYING
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct Update build files to use new OpenAL libraries 2011-12-27 09:37:19 +00:00