You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set of tools for processing camera images. It is a ROS wrapper for comonly used OpenCv techniques including deinterlace of analog images and filtering.
2
+
Set of tools for preprocessing a camera video feed using OpenCV.
3
+
4
+
## Includes:
5
+
6
+
* Deinterlacing of analog video signals, e.g. video feed acquired using an Easycap USB capture card. Different interlacing methods:
7
+
* Half image
8
+
* Interpolation (several interpolation methods)
9
+
* Color format selection and conversion
10
+
* Equalization of the images
11
+
* Manual equalization using brighness and contrast controls
12
+
* Automatic using OpenCV EqualizeHistogram function
13
+
* Filtering
14
+
* Median
15
+
* Gaussian
16
+
* Bilateral Filter
17
+
18
+
All the options can be changed in real time using Dynamic Reconfigure.
0 commit comments