Skip to content

Commit a6b7f25

Browse files
committed
erode dilate の処理共通化、cv::min, cv::max を利用して大幅な高速化
1 parent 47ebad1 commit a6b7f25

File tree

2 files changed

+102
-314
lines changed

2 files changed

+102
-314
lines changed

modules/ximgproc/include/opencv2/ximgproc/sparse_table_morphology.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ enum Dim
100100
Col, Row
101101
};
102102

103+
enum Op
104+
{
105+
Min, Max
106+
};
107+
103108
struct StStep
104109
{
105110
StStep(int dimR, int dimC, Dim _ax)

0 commit comments

Comments
 (0)