lucianjames / Vid2Photogrammetry

Software to process videos into an image sequence optimised for use with photogrammetry software. A-level computer science project
1 stars 1 forks source link

Image denoising #19

Closed lucianjames closed 2 years ago

lucianjames commented 2 years ago

be96a9e55fb39283137d8e31979ff2eaccb92d4c About to test first implementation attempt

lucianjames commented 2 years ago

4ff693b444bf7dc2fe25b7f0cd383be4938d37c8 forgot to include filesystem lol ALso forgot to do the m.def >:( im very forgetful today 3ca7ca5c19101bcdcedf9836dfdde8ade6e683ed

lucianjames commented 2 years ago

image Denoising works, but the strength is too high. This just needs to be made a param in the GUI. Also the denoise checkbox is kinda misplaced in the gui, thats an easy fix though.

lucianjames commented 2 years ago

Added control for denoise strength. 7c89078e62f6d8508b722ddd86016f225b1c1934 Also moved the resize height + width controls around a bit image now they are on the same row as the checkbox.

Closing for now, will reopen if any issues with denoising arise.