Displaying 20 results from an estimated 4000 matches similar to: "NHW Project - post-processing functions"
2017 Sep 04
0
NHW Project - fast discrete wavelet transform
Hello,
I forgot in my last reply that my DWT implementation can be speed up, for
example I'm doing for now:
for (;_X1<_E_;_X1++,_RES+=2) //dilatation
{
_RES[0]=_X1[0]<<3;
_RES[1]=(_X1[1]+_X1[0])<<2;
}
then
for (;_X2<_E_;_X2++,_RES+=2) //details
{
_RES[0]-=(_X2[1]+_X2[0])<<1;
_RES[1]+=6*_X2[1]-_X2[2]-_X2[0];
2017 Nov 18
0
NHW Project - some news
Hello Odin,
Thank you very much for your interest and your advice!
Yes I know Monty and Jean-Marc great demo pages.So a technology demo seems
definitely interesting.As you say, a good explanation of how the codec
works one exciting thing at a time seems to be a good formula.I will try to
take inspiration from Monty and Jean-Marc pages.What I will certainly lack
is a good graphical design for
2017 Aug 30
0
NHW Project - news with Xiph.org
Hi Raphael,
On Fri, Aug 25, 2017 at 2:30 PM, Raphael Canut <nhwcodec at gmail.com> wrote:
> I'll see what Monty will do on his side (and when he has time), but he also
> told me that the NHW codec has merits but there must be an effort to
> demonstrate them.
Well, if you want to pursue a collaborative project, you need to
attract others to work on it. Perhaps 'demo'
2018 Mar 10
0
NHW Project - lower quality settings
I don't mind at all. I imagine there are more people like me out
there who have been following your work, but haven't said anything.
I agree that a series of pages explaining how things work may lead to
more contributions. At the very least it would lead to more people
being better educated on how wavelets work in image compression. But,
this is your project, if you don't have the
2017 Aug 25
4
NHW Project - news with Xiph.org
Hello,
These last 2 months, I have talked again with Monty Montgomery about the
NHW Project and he told me that Xiph.org would like to encourage the NHW
Project development.That's just great!
I'll see what Monty will do on his side (and when he has time), but he also
told me that the NHW codec has merits but there must be an effort to
demonstrate them.
The advantages, merits of the NHW
2018 Mar 10
2
NHW Project - lower quality settings
Hi David!
Many thanks for your very encouraging and kind feedback!!! (Hope you don't
mind that I made your post public on the Theora channel).
I try to be the more sincere as I can in my posts.Some people suggested me
to make demo pages to explain how the codec works step by step, and I
realize that it would be good, because certainly it will show that the NHW
codec is not that complex and
2018 Mar 09
0
NHW Project - lower quality settings
Hello,
I have re-tested -l4 high compression setting and it's clear that it lacks
of precision on degraded, rather blurred images. So I don't know if it is a
good idea to base the other lower quality settings (-l5,-l6,...) on -l4
setting.I have tested the NHW codec against x265, x264, Daala, WebP,
Rududu, DLI and it's clear that at high compression these very good codecs
have more
2017 Feb 20
0
NHW Project - some advice
Hello,
Ok that's right HEVC and AOM AV1 are better than the NHW codec, even at mid
compression.I only tested my codec with quite neat images, hence the good
results, but on more blurred, more compressed images, HEVC and AOM AV1 are
definitely better, they are also exceptionnal at high compression.
So, yes that's right, the NHW codec has very little chance to penetrate the
market, it is
2018 Apr 23
0
NHW Project - quality improvement for -l6 high compression setting
Hello,
Just a quick message to let you know that I have improved -l6 quality
setting.
This high compression quality setting is now competitive with x265
(HEVC).Actually I prefer -l6 high compression setting compared to x265 on
many images (not blurred)...
Update at: http://nhwcodec.blogspot.com/
Else, do some of you could test the NHW Project under Linux?
Many thanks!
Cheers,
Raphael
2018 Mar 17
0
NHW Project - quality improvement - proper subband quantization
Hello,
I have improved quality for -l1->-l4 settings.I have properly set up the
wavelet coeff threshold of the dead-zone according to the different wavelet
subbands, I have then saved another 1Ko per .nhw files without noticeable
difference and so I have raised again the quantization.The reconstructed
images have now a better precision and still a good neatness.
Update at:
2017 Nov 17
0
NHW Project - blurred edges
Hello,
I am progressively getting back to the NHW Project development (but it is
not that easy, I am a little depressed currently...).
I realize what is needed for the NHW codec is more HF energy preservation,
but as all the HF energy seems to require lot of bits, I wanted to select
specifically the HF energy around blurred edges, in order not to have edges
with aliasing.Is it possible to
2013 Nov 14
0
NHW Image codec - advice
Hello,
I need advice concerning (quite) blurred images with the NHW codec, as the
results on these images are not good for normal and lower quality settings
(because for these settings the residual coding is on the first
order (256x256) wavelet image and for quite blurred images there is not
enough energy, information in this band), but the results can be good with
the higher -h2 and -h3 quality
2018 Jul 10
0
NHW Project - some update
Hello Dave,
Thank you very much for your help!
Cheers,
Raphael
2018-07-10 9:39 GMT+02:00 Dave Johnson Games <davefilms.us at gmail.com>:
> Let me do some looking.
>
> On Mon, Jul 9, 2018, 4:55 PM Raphael Canut <nhwcodec at gmail.com> wrote:
>
>> Hello Dave!
>>
>> Thank you very much for your answer!
>>
>> You're right.I have thought
2018 Jul 10
1
NHW Project - some update
You're welcome!
On Tue, Jul 10, 2018, 4:50 AM Raphael Canut <nhwcodec at gmail.com> wrote:
> Hello Dave,
>
> Thank you very much for your help!
>
> Cheers,
> Raphael
>
> 2018-07-10 9:39 GMT+02:00 Dave Johnson Games <davefilms.us at gmail.com>:
>
>> Let me do some looking.
>>
>> On Mon, Jul 9, 2018, 4:55 PM Raphael Canut <nhwcodec at
2018 May 23
0
NHW Project - more test with x265 (HEVC) codec
Hello,
I don't have worked on the NHW Project this past week (I also have to work
on an other project) but I found time today to make an "extensive" testing
of x265 (HEVC) and the NHW codec at high compression (-l7 setting).
That's right that x265 is a very good codec! Really impressive.The NHW
Project is not as good, it can only compete with x265 (HEVC) on quite high
quality
2018 Jul 09
0
NHW Project - some update
I think Apple is somehow "attached" to the MPEG group. They control the
"pools" too. Your codec sounds great. Google could -- if they wanted to --
use it but they have Web^M and webP. Look to Asia. Asus has just launched a
new phone. ??
On Mon, Jul 9, 2018, 3:14 PM Raphael Canut <nhwcodec at gmail.com> wrote:
> Hello,
>
> I don't have advanced on the NHW
2013 Sep 09
0
NHW Image codec - subjective quality
Hello,
Yes, that's right, I had the remark that if I say that the NHW codec would
have more neatness/sharpness, this must be also accompanied with objective
measure.But the neatness/sharpness measure is quite complex to define, and
implement.
But at classical visual review step, I would find that the NHW codec would
be less blurred (maybe PSNR would like blur?...) with more
2018 Jul 16
0
x265 and NHW comparison images posted to https://nhwcodec.blogspot.com/?
Hello Spork,
Thank you very much for your great help!
So ok, let's create a website for the NHW Project! Anyone who wants to help
is very welcome! Do you want we start first with wix.com or rather from
nearly scratch? I think from scratch would be better as we can really do
what we want, but it will be a lot and lot more difficult to make...
-I will send you a private email for the USB
2018 Jul 09
4
NHW Project - some update
Hello,
I don't have advanced on the NHW Project this past month, but I have
definitely validated its characteristics and this new version.
The NHW Codec preserves or enhances image neatness and sharpness, which
translates that on good quality images the NHW Codec is globally better
than HEVC, and on degraded (with blur, artifacts) images it is worse than
HEVC because it lacks of precision. I
2018 Dec 10
0
NHW Project - good improvement of very high compression (-l8 to -l13 quality settings)
Hello,
Just a quick message to let you know that I have really improved very high
compression of the NHW Project
from -l8 to -l13 quality settings, and we can still save 2.5KB per .nhw
compressed file.
Actually I am new to very high compression, it is just 3 months that I am
working on it (I put on pause the NHW Project from August 2013 to February
2018 )... And I realize that very high