Home
last modified time | relevance | path

Searched defs:rgb_label (Results 1 – 9 of 9) sorted by relevance

/dports/science/py-dlib/dlib-19.22/examples/
H A Dpascal_voc_2012.h28 const dlib::rgb_pixel rgb_label; member
141 const Voc2012class& find_voc2012_class(const dlib::rgb_pixel& rgb_label) in find_voc2012_class()
154 inline uint16_t rgb_label_to_index_label(const dlib::rgb_pixel& rgb_label) in rgb_label_to_index_label()
H A Ddnn_instance_segmentation_ex.cpp150 auto rgb_label = random_color; in main() local
H A Ddnn_instance_segmentation_train_ex.cpp57 bool is_instance_pixel(const dlib::rgb_pixel& rgb_label) in is_instance_pixel()
83 dlib::rgb_pixel rgb_label; member
324 …at> keep_only_current_instance(const matrix<rgb_pixel>& rgb_label_image, const rgb_pixel rgb_label) in keep_only_current_instance()
/dports/science/dlib-cpp/dlib-19.22/examples/
H A Dpascal_voc_2012.h28 const dlib::rgb_pixel rgb_label; member
141 const Voc2012class& find_voc2012_class(const dlib::rgb_pixel& rgb_label) in find_voc2012_class()
154 inline uint16_t rgb_label_to_index_label(const dlib::rgb_pixel& rgb_label) in rgb_label_to_index_label()
H A Ddnn_instance_segmentation_ex.cpp150 auto rgb_label = random_color; in main() local
H A Ddnn_instance_segmentation_train_ex.cpp57 bool is_instance_pixel(const dlib::rgb_pixel& rgb_label) in is_instance_pixel()
83 dlib::rgb_pixel rgb_label; member
324 …at> keep_only_current_instance(const matrix<rgb_pixel>& rgb_label_image, const rgb_pixel rgb_label) in keep_only_current_instance()
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-panel-private.h108 GtkLabel *rgb_label; member
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/src/
H A Dxsane-preview.h198 GtkWidget *rgb_label; /* label to show RGB values */ member
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dlistview_colors.c582 GtkWidget *box, *picture, *name_label, *rgb_label, *hsv_label; in setup_listitem_cb() local