opencv_apps

Summary

opencv_apps
Version:

1.11.8

Description:

The opencv_apps package, most of code is taken from https://github.com/Itseez/opencv/tree/master/samples/cpp

Maintainers:
  • Kei Okada <kei DOT okada AT gmail DOT com>
Licenses:
  • BSD
Authors:
  • Kei Okada <kei DOT okada AT gmail DOT com>
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:
Exports:
  • <nodelet plugin=”${prefix}/nodelet_plugins.xml”/>

Types

Message types

opencv_apps/Point2DArray
Field:
Point2D[] points
opencv_apps/ContourArray
Field:
Contour[] contours
opencv_apps/Point2DStamped
Field:
Header header
Point2D point
opencv_apps/Point2DArrayStamped
Field:
Header header
Point2D[] points
opencv_apps/Size
Field:
  • width (float64) –
  • height (float64) –
float64 width
float64 height
opencv_apps/Rect
Field:
  • x (float64) –
  • y (float64) –
  • width (float64) –
  • height (float64) –

opencv Rect data type, x-y is center point

# opencv Rect data type, x-y is center point
float64 x
float64 y
float64 width
float64 height
opencv_apps/RectArray
Field:
Rect[] rects
opencv_apps/LineArrayStamped
Field:
Header header
Line[] lines
opencv_apps/FlowArray
Field:
Flow[] flow
opencv_apps/LineArray
Field:
Line[] lines
opencv_apps/Contour
Field:
Point2D[] points
opencv_apps/FlowStamped
Field:
Header header
Flow flow
opencv_apps/RotatedRectArrayStamped
Field:
Header header
RotatedRect[] rects
opencv_apps/Face
Field:
Rect face
Rect[] eyes
opencv_apps/Flow
Field:
Point2D point
Point2D velocity
opencv_apps/Moment
Field:
  • m00 (float64) –
  • m10 (float64) –
  • m01 (float64) –
  • m20 (float64) –
  • m11 (float64) –
  • m02 (float64) –
  • m30 (float64) –
  • m21 (float64) –
  • m12 (float64) –
  • m03 (float64) –
  • mu20 (float64) –
  • mu11 (float64) –
  • mu02 (float64) –
  • mu30 (float64) –
  • mu21 (float64) –
  • mu12 (float64) –
  • mu03 (float64) –
  • nu20 (float64) –
  • nu11 (float64) –
  • nu02 (float64) –
  • nu30 (float64) –
  • nu21 (float64) –
  • nu12 (float64) –
  • nu03 (float64) –
  • center (opencv_apps/Point2D) –
  • length (float64) –
  • area (float64) –

spatial moments

# spatial moments
float64 m00
float64 m10
float64 m01
float64 m20
float64 m11
float64 m02
float64 m30
float64 m21
float64 m12
float64 m03

# central moments
float64 mu20
float64 mu11
float64 mu02
float64 mu30
float64 mu21
float64 mu12
float64 mu03

# central normalized moments
float64 nu20
float64 nu11
float64 nu02
float64 nu30
float64 nu21
float64 nu12
float64 nu03

# center of mass m10/m00, m01/m00
Point2D center
float64 length
float64 area
opencv_apps/CircleArray
Field:
Circle[] circles
opencv_apps/MomentArrayStamped
Field:
Header header
Moment[] moments
opencv_apps/Circle
Field:
Point2D center
float64 radius
opencv_apps/FaceArray
Field:
Face[] faces
opencv_apps/RotatedRectStamped
Field:
Header header
RotatedRect rect
opencv_apps/MomentArray
Field:
Moment[] moments
opencv_apps/Line
Field:
Point2D pt1
Point2D pt2
opencv_apps/RotatedRectArray
Field:
RotatedRect[] rects
opencv_apps/RectArrayStamped
Field:
Header header
Rect[] rects
opencv_apps/FaceArrayStamped
Field:
Header header
Face[] faces
opencv_apps/FlowArrayStamped
Field:
Header header
Flow[] flow
opencv_apps/RotatedRect
Field:
float64 angle
Point2D center
Size size
opencv_apps/ContourArrayStamped
Field:
Header header
Contour[] contours
opencv_apps/Point2D
Field:
  • x (float64) –
  • y (float64) –
float64 x
float64 y
opencv_apps/CircleArrayStamped
Field:
Header header
Circle[] circles