remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / motion / opencvwrapper.h
index a33bec7f70d01e297710671acba44b5388eccb94..53e0c46b17830609e8ae71b036186f0b59055d1b 100644 (file)
@@ -1,21 +1,21 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2012 Adam Williams <broadcast at earthling dot net>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- * 
+ *
  */
 
 
@@ -37,9 +37,9 @@ public:
        float get_dst_x(int number);
        float get_dst_y(int number);
 
-       void grey_crop(unsigned char *dst, 
-               VFrame *src, 
-               int x1, 
+       void grey_crop(unsigned char *dst,
+               VFrame *src,
+               int x1,
                int y1,
                int x2,
                int y2,
@@ -49,7 +49,7 @@ public:
 // Returns 1 when it got something
        int scan(VFrame *object_frame,
                VFrame *scene_frame,
-               int object_x1, 
+               int object_x1,
                int object_y1,
                int object_x2,
                int object_y2,
@@ -59,11 +59,11 @@ public:
                int scene_y2);
 
 private:
-       int locatePlanarObject(const CvSeq* objectKeypoints, 
+       int locatePlanarObject(const CvSeq* objectKeypoints,
                const CvSeq* objectDescriptors,
-       const CvSeq* imageKeypoints, 
+       const CvSeq* imageKeypoints,
                const CvSeq* imageDescriptors,
-       const CvPoint src_corners[4], 
+       const CvPoint src_corners[4],
                int *(*point_pairs),
                int (*total_pairs));