Kok Wei
Kok Wei
> > > Augmentation representing overlays of circular/horizontal/verticle patterns are added in this [Notebook](https://colab.research.google.com/drive/1zACc_p_xY024B7o0atIOPePKxAxGVmgB?usp=sharing). You guys can check and provide feedback In the last section of code is there any...
> > > @kwcckw I saw you're working on #68 - could you also work on this one? > > Here's @jboarman's idea for how to start: > > >...
I added an example here: https://colab.research.google.com/drive/1OQ_AKllfnwd_K6R53lUICqVhKd8SjCpS?usp=sharing The idea is to compare image1 to image2 using histogram of their black & white sequence length per line, then we generate a score,...
> > > Awesome! That’s interesting. Can you add a step to the notebook that shows a histogram created by counting each occurrence of the rle values? This will be...
I updated the notebook, now it shows histograms and images to show comparison area, where green area = area better than the other image red area = area worse than...
> > > > I updated the notebook, now it shows histograms and images to show comparison area > > Nice work ... this looks impressive! To compare image resolutions,...
@proofconstruction so i think we can include this in utilities folder?
> > > Can this predict the DPI of an image? Theoretically yes, but i haven't test until that stage yet. So given an image with known DPI, we can...
> > > This should be 300DPI. >  Thanks, i briefly tried it just now, it seems when the images size are varied too much, the current algorithm doesn't...
Okay, then i think input image should be at least 300 dpi for now, that's the minimum requirement for medium resolution images.