This results in multiple windows opening for each frame of the segmented image. Hence I tried using the named window code below, so that I get a single segmented window
The named window code is producing only the video window, it doesn't produce the named window, is my usage correct?
Secondly this code takes ages to process a single frame and render it, the CPU is not loaded most of the time, is there anything fundamentally incorrect in the way I am trying to run the segmenter?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying out FelzenszwalbHuttenlocherSegmenter.
When I do this
This results in multiple windows opening for each frame of the segmented image. Hence I tried using the named window code below, so that I get a single segmented window
The named window code is producing only the video window, it doesn't produce the named window, is my usage correct?
Secondly this code takes ages to process a single frame and render it, the CPU is not loaded most of the time, is there anything fundamentally incorrect in the way I am trying to run the segmenter?
Just do it like this:
Thanks resolved.