Background Color Visualization

model द्वारा detect न किए गए regions में एक color draw करें।

इस block के बारे में

Background Color Visualization block आपको detection model द्वारा detect न किए गए regions का color बदलने देता है.

यह तब उपयोगी है जब आप detected regions को highlight करना चाहते हैं ताकि वे image में आसानी से दिखाई दें, या जब आप image से backgrounds हटाना चाहते हों.

By default, यह block detection model द्वारा detect न किए गए regions को opaque बनाता है. आप block को undetected regions का colour बदलने के लिए भी configure कर सकते हैं.

यह block इनके साथ काम करता है:

  • Object detection models

  • Segmentation models

Label Visualization block.

आप इस block में क्या भेज सकते हैं

इस block का उपयोग करने के लिए, आपको चाहिए:

  1. एक input image या video frame, और;

  2. Object Detection या Segmentation model से predictions.

यह block क्या लौटाता है

यह block model द्वारा detect न किए गए regions को अधिक opaque बनाता है.

इस block से मिलने वाला एक उदाहरण output यहाँ है:

image का background highlighted object की तुलना में अधिक opaque है

आप block configuration options से background का colour और opacity बदल सकते हैं:

colour कोई भी hex value हो सकती है या BLACK, WHITE, BLUE, या RED जैसा common color हो सकता है.

यहाँ एक example है जहाँ background को BLACK पर set किया गया है और opacity को 1 पर set किया गया है:

अब background image से पूरी तरह remove हो गया है.

Use cases

यह block तब उपयोगी है जब आप image में detected regions पर focus करना चाहते हैं, या जब आप image से undetected (background) regions remove करना चाहते हैं.

अंतिम अपडेट

क्या यह उपयोगी था?