-
Originally reported on Google Code with ID 1052
```
Purpose of code changes on this branch:
To address complaints on the effectiveness of luma NR
When reviewing my code changes, please focus on:
Whe…
-
Originally reported on Google Code with ID 388
```
To be provided once "private" label has proved to work
```
Reported by [detonin](https://github.com/detonin) on 2014-09-15 12:45:50
-
Originally reported on Google Code with ID 88
```
What steps will reproduce the problem?
1. Take a raw file shot at high ISO, preferably with a lot of noticeable
color noise
2. Adjust the color denoi…
-
Hey, looking through the function signatures, it looks like decompose maybe runs a CWT:
```
public double[][] decompose(double[] arrTime) { ... }
```
is this true? If not, do you have any plans on s…
-
Originally reported on Google Code with ID 2124
```
Using wavelet decompose with 5 levels is a good technique for mitigating skin imperfections
in portraits.
http://blog.patdavid.net/2011/12/getting-…
-
Originally reported on Google Code with ID 1734
```
Here a patch for "denoise"
I have not changed or Fourier transforms or the principle of wavelets which are excellent
!
I adapted the colorimetric …
-
Not sure if this is intentional or not, but I find that the time-frequency module is quite cluttered. It seems that many of the functions / classes have been added at different times, and with often o…
-
In these images, size matters because they're taken at a constant scale. We also know that it's possible to use just the size of the images to improve your score. Currently, the network resizes everyt…
gngdb updated
9 years ago
-
Originally reported on Google Code with ID 1835
```
As mentioned in Issue 1802 #9, I made some opts to amaze. Now I reached the 20% speedup
(at my machine) and could release a patch. But I think, tha…
-
how much images can db handle?(is it scalable?) what is memory requirements?
what features used to represent image and what db/architecture used?(is there any indexing?)