Brandon Castellano

Results 192 comments of Brandon Castellano

I was actually able to make a reasonable improvement on that test case you provided @jchennales. Using [`scikit.exposure.match_histograms`](https://scikit-image.org/docs/stable/api/skimage.exposure.html#skimage.exposure.match_histograms) with just the first frame of the video as a reference, here...

@v-ein did you ever get a fix for this uploaded? I'm running into the same issue which makes it difficult to use modern versions of DPG for async video decoding....

I've gone back on using image masks and managed to come up with a workable GUI solution. Here's a sample of what's to come: ![image](https://github.com/Breakthrough/DVR-Scan/assets/125316/cd1b3481-6e92-499e-8655-f0d3be9b5673) You can use the mouse...

Fix will be included in v1.6 release, thanks!

v1.6 is now out, feedback on the new feature is most welcome!

Hopefully with adjusting kernel size and the new region editor, it should be easier to mask out certain areas and small blobs.

@mmokrejs non-rectangular ROIs will be supported in the future using an image mask, that work is tracked under #39. I'll pull this feature into the next release though, allowing multiple...

I've made some progress on this and this should be included when DVR-Scan v1.6 is completed. Here's a sample of what's to come: ![image](https://github.com/Breakthrough/DVR-Scan/assets/125316/cd1b3481-6e92-499e-8655-f0d3be9b5673) You can use the mouse to...

This is now complete and is included in the latest release (v1.6). Feedback is most welcome!

Thanks for the feedback @mmokrejs. I'll look more into your comments soon, but just want to type up a quick reply. > I thought dvr-scan -i foo.mp4 -r -s foo.roi...