Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-10-31 18:27:32 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-10-31 18:27:32 +0400
commitc3b2b00232c36bab793e850c37cc677d689011f8 (patch)
tree4607e306c882b79f3dfa5cdbaea4e933bb831df9 /source/blender/blenkernel/BKE_tracking.h
parent8e42433f0234cf60dc509ba3cfc8ecb4d00548fa (diff)
Camera tracking integration
=========================== Remove moravec detector. It doesn't work really fine and it's times slower than fast detector.
Diffstat (limited to 'source/blender/blenkernel/BKE_tracking.h')
-rw-r--r--source/blender/blenkernel/BKE_tracking.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_tracking.h b/source/blender/blenkernel/BKE_tracking.h
index fcb4a3dfc9b..9d0ad025dd0 100644
--- a/source/blender/blenkernel/BKE_tracking.h
+++ b/source/blender/blenkernel/BKE_tracking.h
@@ -90,10 +90,6 @@ void BKE_tracking_detect_fast(struct MovieTracking *tracking, struct ImBuf *imbu
int framenr, int margin, int min_trackness, int min_distance, struct bGPDlayer *layer,
int place_outside_layer);
-void BKE_tracking_detect_moravec(struct MovieTracking *tracking, struct ImBuf *imbuf,
- int framenr, int margin, int count, int min_distance, struct bGPDlayer *layer,
- int place_outside_layer);
-
struct MovieTrackingTrack *BKE_tracking_indexed_bundle(struct MovieTracking *tracking, int bundlenr);
void BKE_tracking_stabilization_data(struct MovieTracking *tracking, int framenr, int width, int height, float loc[2], float *scale, float *angle);