Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region » Region Morphology » BottomHatRegion_AnyKernel

BottomHatRegion_AnyKernel


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Performs a morphological black top hat (bottom hat) operation on a region using an arbitrary kernel.

Syntax

C++
C#
 
void avl::BottomHatRegion_AnyKernel
(
	const avl::Region& inRegion,
	const avl::Region& inKernel,
	avl::Region& outRegion
)

Parameters

Name Type Default Description
Input value
inRegion const Region& Input region
Input value
inKernel const Region& Kernel shape (any)
Output value
outRegion Region& Output region

Errors

List of possible exceptions:

Error type Description
DomainError Empty kernel on input in BottomHatRegion_AnyKernel.