Apply kibana filter to my image rendering

Hi all,
I would like to display image and detected objects by kibana filter. So far, I can show the image with 'all' the detected objects ( with bounding box), but I need to be able to allow user to see the only the selected bounding box after user applies the filter. e.g., if user add 'CD' in the filter, I need only show the bounding box with CDs. My schema is something like:
"annotation_id, image_file, category_name, bounding_box" and I use URL_template to show the image with boxes. The question is how to pass the kabana filter to url specified in URL_template so I can render only the matched bounding box.

Thanks


Hello,

I don't understand what do you mean by bounding box. What is that? Does it have different values for different categories?

Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.