cvequalizehist: Switch to C++

Switch gstcvequalizehist to C++ for consistency with other OpenCV elements,
and support of the new 2.4.11 API.

https://bugzilla.gnome.org/show_bug.cgi?id=754148
This commit is contained in:
Luis de Bethencourt 2015-10-10 16:57:36 +01:00
parent b2420b0408
commit 49287b1e04
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ libgstopencv_la_SOURCES = gstopencv.cpp \
gstopencvutils.c \ gstopencvutils.c \
gstcvdilate.cpp \ gstcvdilate.cpp \
gstcvdilateerode.cpp \ gstcvdilateerode.cpp \
gstcvequalizehist.c \ gstcvequalizehist.cpp \
gstcverode.cpp \ gstcverode.cpp \
gstcvlaplace.c \ gstcvlaplace.c \
gstcvsmooth.cpp \ gstcvsmooth.cpp \

View File

@ -1,7 +1,7 @@
/* /*
* GStreamer * GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk> * Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation * to deal in the Software without restriction, including without limitation