visual_comparison icon indicating copy to clipboard operation
visual_comparison copied to clipboard

A comparison tool to aid image/video enhancement research

Results 15 visual_comparison issues
Sort by recently updated
recently updated
newest added

Sometimes ffprobe has missing metadata, can let the user choose what is the default color space to use for video reading.

Let user choose which color space they want to convert images to for display.

Might be saved in .tif, in value range [0,65535]. Image reading squeezes it to int [0,255]. Perhaps best to squeeze everything to float [0,1].

Not sure if opencv's imwrite/videowriter assumes a particular color space. Need to ensure that saved content is correct

Search for a file and display it.

enhancement

Minor bug. When app is restarted the correct color is used.

bug

- Slow video issues at high pixel count and higher fps (e.g. 11x1920x1080x36fps) - Stuck video when playing at max rate

bug

[mpeg4 @ 0x1314b2e00] dimensions too large for MPEG-4 https://stackoverflow.com/questions/71027415/opencv-videowriter-error-dimensions-too-large-for-mpeg-4

bug

Not sure what is the cause, self.focus_get() does not solve it.

bug

If there are too many methods and we change to concat mode, shown images might appear out of the screen. Should shift window such that all images can be seen...

enhancement