Ask Your Question
0

asking for an explaining of morphologyex function !

asked 2014-03-13 04:45:23 -0600

York gravatar image

void morphologyEx( InputArray src, OutputArray dst, int op, InputArray kernel, Point anchor=Point(-1,-1), int iterations=1, int borderType=BORDER_CONSTANT, const Scalar& borderValue=morphologyDefaultBorderValue() );

who can explain the meaning of the following variables in morphologyex as detailed as possible

kernel;
anchor=point(-1,-1); iteration=1;
bordertype;
Scalar& borderValue=morphologyDefaultBorderValue();

a newbie so THANKS in advance for your any reply or comment!!!

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2014-09-22 17:25:28 -0600

rwong gravatar image

Are you looking for a general overview of image (grayscale) morphological operation, or a clarification of how the OpenCV API input arguments relate to the mathematical definition, or step-by-step sample code?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-13 04:45:23 -0600

Seen: 1,025 times

Last updated: Mar 13 '14