 |
ImageD
v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
|
Go to the documentation of this file.
9 #ifndef D_OPENCV_TYPEDEFS_H
10 #define D_OPENCV_TYPEDEFS_H
18 #include <opencv2/core/core.hpp>
19 #include <opencv2/highgui/highgui.hpp>
20 #include <opencv2/imgproc/imgproc.hpp>
21 #include "opencv2/stitching.hpp"
44 template <
class T ,
size_t N>
using Vec = cv::Vec<T, N>;
153 #endif // D_OPENCV_TYPEDEFS_H
cv::Mat Mat
Definition: d_opencv_typedefs.h:28
const int BORDER_CONSTANT
Definition: d_opencv_typedefs.h:77
const int MORPH_HITMISS
Definition: d_opencv_typedefs.h:95
const int DFT_SCALE
Definition: d_opencv_typedefs.h:128
const int ADAPTIVE_THRESH_MEAN_C
Definition: d_opencv_typedefs.h:145
const int CAP_PROP_FRAME_COUNT
Definition: d_opencv_typedefs.h:105
const int CAP_PROP_FRAME_WIDTH
Definition: d_opencv_typedefs.h:103
cv::Vec3i Vec3i
Definition: d_opencv_typedefs.h:54
const int FONT_HERSHEY_COMPLEX_SMALL
Definition: d_opencv_typedefs.h:137
const int CAP_PROP_POS_FRAMES
Definition: d_opencv_typedefs.h:106
cv::Point2f Point2f
Definition: d_opencv_typedefs.h:37
cv::Vec2i Vec2i
Definition: d_opencv_typedefs.h:48
const int DIST_L2
Definition: d_opencv_typedefs.h:114
const int MORPH_GRADIENT
Definition: d_opencv_typedefs.h:90
cv::Vec3d Vec3d
Definition: d_opencv_typedefs.h:52
cv::Vec4d Vec4d
Definition: d_opencv_typedefs.h:58
const int CAP_PROP_FPS
Definition: d_opencv_typedefs.h:102
const int DFT_COMPLEX_OUTPUT
Definition: d_opencv_typedefs.h:126
cv::Vec2w Vec2w
Definition: d_opencv_typedefs.h:50
const int CMP_GE
Definition: d_opencv_typedefs.h:132
const int CMP_LT
Definition: d_opencv_typedefs.h:133
cv::Vec4s Vec4s
Definition: d_opencv_typedefs.h:61
const int LINE_8
Definition: d_opencv_typedefs.h:141
cv::Vec4f Vec4f
Definition: d_opencv_typedefs.h:59
cv::Rect Rect
Definition: d_opencv_typedefs.h:65
const int MORPH_CROSS
Definition: d_opencv_typedefs.h:85
cv::Vec3b Vec3b
Definition: d_opencv_typedefs.h:51
const int BORDER_REFLECT
Definition: d_opencv_typedefs.h:79
cv::Vec2b Vec2b
Definition: d_opencv_typedefs.h:45
const int NORM_MINMAX
Definition: d_opencv_typedefs.h:149
cv::Vec3w Vec3w
Definition: d_opencv_typedefs.h:56
const int DIST_MASK_3
Definition: d_opencv_typedefs.h:120
cv::Vec4w Vec4w
Definition: d_opencv_typedefs.h:62
cv::VideoCapture VideoCapture
typdef all commonly used OpenCV types
Definition: d_opencv_typedefs.h:24
const int CHAIN_APPROX_NONE
Definition: d_opencv_typedefs.h:99
const int BORDER_REFLECT_101
Definition: d_opencv_typedefs.h:81
const int RETR_CCOMP
Definition: d_opencv_typedefs.h:98
cv::VideoWriter VideoWriter
Definition: d_opencv_typedefs.h:25
const int MORPH_CLOSE
Definition: d_opencv_typedefs.h:92
const int DFT_INVERSE
Definition: d_opencv_typedefs.h:127
cv::Point3d Point3d
Definition: d_opencv_typedefs.h:41
const int DIST_WELSCH
Definition: d_opencv_typedefs.h:118
const int CMP_NE
Definition: d_opencv_typedefs.h:135
const int IMREAD_ANYCOLOR
Definition: d_opencv_typedefs.h:108
const int CMP_GT
Definition: d_opencv_typedefs.h:131
cv::Point Point
Definition: d_opencv_typedefs.h:35
cv::Vec2s Vec2s
Definition: d_opencv_typedefs.h:49
const int IMREAD_COLOR
Definition: d_opencv_typedefs.h:110
cv::Moments Moments
Definition: d_opencv_typedefs.h:72
const int INTER_LINEAR
Definition: d_opencv_typedefs.h:150
const int MORPH_BLACKHAT
Definition: d_opencv_typedefs.h:93
const int CMP_EQ
Definition: d_opencv_typedefs.h:130
const int DIST_MASK_5
Definition: d_opencv_typedefs.h:121
const int MORPH_RECT
Definition: d_opencv_typedefs.h:86
const int IMREAD_ANYDEPTH
Definition: d_opencv_typedefs.h:109
const int DFT_REAL_OUTPUT
Definition: d_opencv_typedefs.h:124
const int DFT_COMPLEX_INPUT
Definition: d_opencv_typedefs.h:125
const int THRESH_OTSU
Definition: d_opencv_typedefs.h:147
cv::Vec4b Vec4b
Definition: d_opencv_typedefs.h:57
const int MORPH_ERODE
Definition: d_opencv_typedefs.h:89
const int FILLED
Definition: d_opencv_typedefs.h:143
const int IMREAD_GRAYSCALE
Definition: d_opencv_typedefs.h:111
const int BORDER_REPLICATE
Definition: d_opencv_typedefs.h:82
cv::Vec3f Vec3f
Definition: d_opencv_typedefs.h:53
const int CHAIN_APPROX_SIMPLE
Definition: d_opencv_typedefs.h:100
cv::Vec2f Vec2f
Definition: d_opencv_typedefs.h:47
const int LINE_4
Definition: d_opencv_typedefs.h:140
const int MORPH_OPEN
Definition: d_opencv_typedefs.h:91
const int MORPH_TOPHAT
Definition: d_opencv_typedefs.h:94
const int RETR_TREE
Definition: d_opencv_typedefs.h:97
const int DIST_MASK_PRECISE
Definition: d_opencv_typedefs.h:122
const int MORPH_DILATE
Definition: d_opencv_typedefs.h:88
cv::Scalar Scalar
Definition: d_opencv_typedefs.h:30
cv::Stitcher Stitcher
Definition: d_opencv_typedefs.h:73
const int CAP_PROP_FRAME_HEIGHT
Definition: d_opencv_typedefs.h:104
cv::Range Range
Definition: d_opencv_typedefs.h:29
cv::Vec2d Vec2d
Definition: d_opencv_typedefs.h:46
const int DIST_HUBER
Definition: d_opencv_typedefs.h:119
cv::Vec4i Vec4i
Definition: d_opencv_typedefs.h:60
const int DIST_L12
Definition: d_opencv_typedefs.h:115
const int BORDER_ISOLATED
Definition: d_opencv_typedefs.h:83
const int ADAPTIVE_THRESH_GAUSSIAN_C
Definition: d_opencv_typedefs.h:146
const int FONT_HERSHEY_TRIPLEX
Definition: d_opencv_typedefs.h:138
const int DIST_L1
Definition: d_opencv_typedefs.h:113
const int MORPH_ELLIPSE
Definition: d_opencv_typedefs.h:87
cv::Point2d Point2d
Definition: d_opencv_typedefs.h:38
cv::Point3i Point3i
Definition: d_opencv_typedefs.h:39
const int LINE_AA
Definition: d_opencv_typedefs.h:142
const int DIST_FAIR
Definition: d_opencv_typedefs.h:117
cv::RotatedRect RotatedRect
Definition: d_opencv_typedefs.h:66
cv::Vec< T, N > Vec
Definition: d_opencv_typedefs.h:44
const int BORDER_DEFAULT
Definition: d_opencv_typedefs.h:78
const int BORDER_REFLECT101
Definition: d_opencv_typedefs.h:80
const int DIST_C
Definition: d_opencv_typedefs.h:116
cv::Point3f Point3f
Definition: d_opencv_typedefs.h:40
cv::PCA PCA
Definition: d_opencv_typedefs.h:69
cv::Size Size
Definition: d_opencv_typedefs.h:31
cv::Size2f Size2f
Definition: d_opencv_typedefs.h:32
cv::Point2i Point2i
Definition: d_opencv_typedefs.h:36
const int CMP_LE
Definition: d_opencv_typedefs.h:134
cv::Vec3s Vec3s
Definition: d_opencv_typedefs.h:55