Is it possible to apply superpixel algorithm on depth data?
Hi All, I am currently working on depth image processing in openv with c++.. Is it possible to apply the superpixel algorithm on depth data? Thank you.
should be technically possible,but be careful there: while e.g. SLIC supports 8u 8s 16u 16s 32s 32f , SEEDS only has 8u 16u 32f (you might have to adapt your data)
how do you get your depth image ? (any noise will be harmful here)
Hi Berak, Thank you for your response. I am getting the depth image from stereo camera. Do you any references for it, as I am unable to find for depth data.
not really, been digging through the code, but forgot to take liinks, unfortunately ;(
no problem berak :)