X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmotion%2Fopencvwrapper.h;h=53e0c46b17830609e8ae71b036186f0b59055d1b;hp=a33bec7f70d01e297710671acba44b5388eccb94;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/motion/opencvwrapper.h b/cinelerra-5.1/plugins/motion/opencvwrapper.h index a33bec7f..53e0c46b 100644 --- a/cinelerra-5.1/plugins/motion/opencvwrapper.h +++ b/cinelerra-5.1/plugins/motion/opencvwrapper.h @@ -1,21 +1,21 @@ /* * CINELERRA * Copyright (C) 1997-2012 Adam Williams - * + * * 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));