Home
last modified time | relevance | path

Searched refs:cv_pElement (Results 1 – 1 of 1) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv_morphology.cpp157 …IplConvKernel *cv_pElement = cvCreateStructuringElementEx(Radius * 2 + 1, Radius * 2 + 1, Radius, … in On_Execute() local
162 cvDilate (cv_pInput, cv_pOutput, cv_pElement, Iterations); in On_Execute()
166 cvErode (cv_pInput, cv_pOutput, cv_pElement, Iterations); in On_Execute()
171 cv_pElement, CV_MOP_OPEN , Iterations in On_Execute()
177 cv_pElement, CV_MOP_CLOSE , Iterations in On_Execute()
183 cv_pElement, CV_MOP_GRADIENT, Iterations in On_Execute()
189 cv_pElement, CV_MOP_TOPHAT , Iterations in On_Execute()
195 cv_pElement, CV_MOP_BLACKHAT, Iterations in On_Execute()
200 cvReleaseStructuringElement(&cv_pElement); in On_Execute()