Searched refs:morphology (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/ |
D | opening_closing_hats.markdown | 149 /// Apply the specified morphology operation 162 - The first trackbar **"Operator"** returns the kind of morphology operation to use 184 to effectuate a new morphology operation and it will update the output image based on the 197 /// Apply the specified morphology operation 203 We can observe that the key function to perform the morphology transformations is @ref 208 - **operation**: The kind of morphology transformation to be performed. Note that we have
|
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 316 …void morphology(const GpuMat& src, GpuMat& dst, GpuMat& filterBrd, int brd, Ptr<cuda::Filter>& fil… in morphology() function 332 morphology(foreground, buf, filterBrd, brd, erodeFilter, erodeBrdVal); in smoothForeground() 333 morphology(buf, foreground, filterBrd, brd, dilateFilter, dilateBrdVal); in smoothForeground() 336 morphology(foreground, buf, filterBrd, brd, dilateFilter, dilateBrdVal); in smoothForeground() 337 morphology(buf, foreground, filterBrd, brd, erodeFilter, erodeBrdVal); in smoothForeground()
|
/external/opencv3/doc/tutorials/imgproc/ |
D | table_of_content_imgproc.markdown | 28 Here we investigate different morphology operators 36 …Here we will show how we can use different morphology operators to extract horizontal and vertical…
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/distance_transformation/ |
D | distance_transform.markdown | 47 -# We threshold the *dist* image and then perform some morphology operation (i.e. dilation) in ord…
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 814 CvMorphology morphology; in icvMorphOp() local 1089 CV_CALL( morphology.init( mop, src->cols, src->type, in icvMorphOp() 1094 CV_CALL( morphology.process( src, dst )); in icvMorphOp()
|
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/ |
D | erosion_dilatation.markdown | 9 - Apply two very common morphology operators: Dilation and Erosion. For this purpose, you will use
|
/external/opencv3/doc/tutorials/imgproc/morph_lines_detection/ |
D | moprh_lines_detection.md | 9 - Apply two very common morphology operators (i.e. Dilation and Erosion), with the creation of cu…
|
/external/skia/bench/ |
D | Android.mk | 297 ../gm/morphology.cpp \
|
/external/skia/dm/ |
D | Android.mk | 453 ../gm/morphology.cpp \
|