convert image into binary
hi, i am trying to convert image into binary. while converting i got this image . how can i make it pure white in hand part and else part in black. so that it should look exactly this image.
thanks
Are these images from the intel realsense? How did you create the first images? Which datatype do they have?
ok, nice. now please show your conversion code.
(looks like you convert from 16 to 8 bits too early)
i simply capture video frame from camera number 2 VideoCaptue cap(2); and it is giving me 1st image.