boilercv_pipeline.examples.blobs#

Blob detection examples.

Submodules#

Package Contents#

Classes#

Blob

Blob.

Functions#

get_blobs_dog

Get blobs using the dog technique.

get_blobs_log

Get blobs using the log technique.

get_blobs_doh

Get blobs using the doh technique.

draw_blobs

Draw blobs.

API#

boilercv_pipeline.examples.blobs.get_blobs_dog(
image,
)#

Get blobs using the dog technique.

boilercv_pipeline.examples.blobs.get_blobs_log(
image,
)#

Get blobs using the log technique.

boilercv_pipeline.examples.blobs.get_blobs_doh(
image,
)#

Get blobs using the doh technique.

class boilercv_pipeline.examples.blobs.Blob#

Blob.

y: int#

None

x: int#

None

r: int#

None

boilercv_pipeline.examples.blobs.draw_blobs(
result,
blob,
color,
)#

Draw blobs.