inpainting icon indicating copy to clipboard operation
inpainting copied to clipboard

The code doesn't match .gif in README

Open Keneyr opened this issue 4 years ago • 4 comments

There's no GUI interaction as .gif shows.

The program only takes two images(raw image and mask image) as input

Keneyr avatar Jul 28 '20 15:07 Keneyr

Hi, I added a GUI to the program. so the user can paint the maskMat using mouse, the core inpaint algorithm code was the same as yours. But the result seems not right.

Can you tell me why? Is there something wrong here?

problem

Keneyr avatar Jul 30 '20 03:07 Keneyr

Sorry to bother you, I have solved the probelm(the border issue), the Criminisi alghorithm is right and great

Keneyr avatar Jul 30 '20 09:07 Keneyr

can you teach me run this code?

11lucky111 avatar Apr 06 '21 06:04 11lucky111

I use this build code : git clone https://github.com/xtremeSR/inpainting.git cd inpainting mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release ..

but failed

11lucky111 avatar Apr 06 '21 06:04 11lucky111