X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ffindobj%2Ffindobj.h;fp=cinelerra-5.1%2Fplugins%2Ffindobj%2Ffindobj.h;h=03b4fa8802bd287190341ce8c20e605d7fa7526d;hb=8aa6d71ebd2c65785a8b553fc6fc38ac19041ce0;hp=4a29b3c98c6689f5296ce4ede9452954b06e5c54;hpb=9a16c85641dee9f15136f40c8a3195d88d45513f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/findobj/findobj.h b/cinelerra-5.1/plugins/findobj/findobj.h index 4a29b3c9..03b4fa88 100644 --- a/cinelerra-5.1/plugins/findobj/findobj.h +++ b/cinelerra-5.1/plugins/findobj/findobj.h @@ -95,6 +95,7 @@ class FindObjConfig public: FindObjConfig(); + void reset(); int equivalent(FindObjConfig &that); void copy_from(FindObjConfig &that); void interpolate(FindObjConfig &prev, FindObjConfig &next, @@ -102,14 +103,17 @@ public: void boundaries(); int algorithm, use_flann; - int drag_object, drag_scene; + int drag_object, drag_scene, drag_replace; float object_x, object_y, object_w, object_h; float scene_x, scene_y, scene_w, scene_h; + float replace_x, replace_y, replace_w, replace_h; + float replace_dx, replace_dy; int draw_keypoints; int draw_scene_border; int replace_object; int draw_object_border; + int draw_replace_border; int object_layer; int replace_layer; @@ -160,6 +164,8 @@ public: int object_x, object_y, object_w, object_h; int scene_x, scene_y, scene_w, scene_h; + int replace_x, replace_y, replace_w, replace_h; + int replace_dx, replace_dy; int w, h; int object_layer;