bitmapflow icon indicating copy to clipboard operation
bitmapflow copied to clipboard

DenseRLOF breaks if the sprite image is too small

Open Bauxitedev opened this issue 3 years ago • 1 comments

It will gobble up RAM until it crashes. This is an issue in opencv-rust so there is not much to do about this, except maybe adding a minimum sprite size.

Bauxitedev avatar Apr 01 '21 09:04 Bauxitedev

Can confirm, The program runs into memory errors at 32x32px, but an image size of 710x400px seems to work fine from what I tested.

I would probably suggest preventing DenseRLOF from being selected when under a certain sprite size.

maxtron95 avatar Apr 04 '21 04:04 maxtron95