Converting from RGB to depth
hello,
i know that given a (u,v,depth) in the depth image it is easy to retreive the corresponding rgb pixel by unporjecting the depth pixel and projecting to RGB image using the [R T] now my question is, is it possible to do the inverse ? ( having an rgb pixel, retreive the corresponding depth pixel?) and if yes, how ? thx