benlyyan / MGT

5 stars 4 forks source link

Threshold not working in mgmotion #13

Open alexarje opened 8 years ago

alexarje commented 8 years ago

Have tried different settings for 'Regular' in mgmotion: 0.01, 0.1, 0.3, but the exported video looks the same. Does the threshold actually work?

Also, when using "Binary" I only get black videos regardless the threshold size.

benlyyan commented 8 years ago

The threshold works. Oh, it is good comment. I see black videos. I think it's binary issue because it only contains 0,1. So I think one more step is to extend to 0,255 such that it will show the black white. I will fix it

alexarje commented 8 years ago

Yes, it would be good to use 0,255 for the binary videos.

benlyyan commented 8 years ago

I think it is nessary to remove individual pixels even after binary processing.