hello.
I'm just starting with dlib , playing with the face detection examples but there is something I'm struggling with.
usually the picture is upsampled with
pyramid_up(img)
I'm drawing the landmarks on the picture but I would like to revert the picture to his original size before writing it to disk.
I tried (naively) with
pyramid_down(img) but I'm getting some errors.
if you could point me to some examples showing the pyramid mechanism it would help.
thanks in advance
luc
hello. I'm just starting with dlib , playing with the face detection examples but there is something I'm struggling with. usually the picture is upsampled with pyramid_up(img) I'm drawing the landmarks on the picture but I would like to revert the picture to his original size before writing it to disk. I tried (naively) with pyramid_down(img) but I'm getting some errors. if you could point me to some examples showing the pyramid mechanism it would help. thanks in advance luc