Home
last modified time | relevance | path

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

/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/
Dopening_closing_hats.markdown149 /// 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/
Dfgd.cpp316 …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/
Dtable_of_content_imgproc.markdown28 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/
Ddistance_transform.markdown47 -# We threshold the *dist* image and then perform some morphology operation (i.e. dilation) in ord…
/external/opencv/cv/src/
Dcvmorph.cpp814 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/
Derosion_dilatation.markdown9 - Apply two very common morphology operators: Dilation and Erosion. For this purpose, you will use
/external/opencv3/doc/tutorials/imgproc/morph_lines_detection/
Dmoprh_lines_detection.md9 - Apply two very common morphology operators (i.e. Dilation and Erosion), with the creation of cu…
/external/skia/bench/
DAndroid.mk297 ../gm/morphology.cpp \
/external/skia/dm/
DAndroid.mk453 ../gm/morphology.cpp \