similar to: NHW Project - post-processing functions

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'
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
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
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 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 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 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
2021 Dec 02
1
NHW Project development
Raphael, Some 15 years ago I implemented limited functionality Theora in our cameras FPGA (it took me 6 month of hard labor), and then gave up - it is a very crowded space and it is difficult to compete with more advanced codecs. And for our other work we anyway need almost raw image data, so we are using JPEG-based JP4 format (https://community.elphel.com/jp4) that we originally developed for
2018 Jul 15
3
x265 and NHW comparison images posted to https://nhwcodec.blogspot.com/?
Hello, Ok, I will post them in a folder on Google Drive and will give the link on my blog page, -because among other things, on my blog page, I can not display 2 bitmap 512x512 images side by side-... Hope it is ok! Cheers, Raphael 2018-07-15 1:41 GMT+02:00 J.B. Nicholson <jbn at forestfield.org>: > Raphael Canut wrote: > >> I downloaded 20 images from the Internet with
2017 Oct 02
1
NHW Project - AOM AV1 comparison
Hi Silvia, Thank you very much for your answer! Your opinion is much appreciated. Your advice is wisdom, but very quickly to rectify or precise my situation, I am finishing a 2-year job contract and there will maybe be a "vacation" period before the next contract (if I find one), so I would like to invest this time for the NHW Project, but that's right that image/video compression,
2018 Jul 14
2
NHW Project - some results
Hello, Just a quick message to let you know that I get back to NHW Project currently. I downloaded 20 images from the Internet with rather good quality (mainly faces), I compressed them at high compression -l7 setting with the NHW Project, and on 19 images out of 20, I visually prefer the results of NHW compared to x265 (HEVC)!!! -I can make available these 20x3=60 512x512 24bit bitmap images
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 Aug 17
2
NHW Project - new -l8 "very high compression" setting
Hello, For those interested, I have added a -l8 "very high compression" setting to the NHW Project. I have added an experimental processing to remove details and preserve neatness.I have also now a fast estimation of entropy of wavelet coefficients and I use it accordingly to the image complexity but it is a very first version... With these new processings, the entropy coding schemes
2021 Dec 02
1
NHW Project development
Hi Andrey, Thank you for your answer.Actually, NHW is very low-power so I think it could be geared toward any hardware.But actually I don't have hardware skills, so NHW is not a real hardware project for now maybe? I agree with you that it is extremely difficult (for me) to build a community around NHW, I'm certainly very bad/underskilled at it.Any help is welcome! Cheers, Raphael Le
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
2021 Dec 02
1
NHW Project development
Raphael, I do not believe it is possible to build a viable community around most hardware projects except super-universal based on very cheap/high-volume products like Pi or Arduino. We see the commercial benefits of Free Software/Open Hardware as it adds value to the hardware as users are ready to pay extra for the Freedom. Andrey ---- On Thu, 02 Dec 2021 12:59:34 -0700 Raphael Canut
2015 Jan 15
2
NHW Image codec
Hello, I don't have advanced (and worked) on the NHW codec recently.I however compiled the codec with gcc -O3 setting (the binaries are available from my demo page: http://nhwcodec.blogspot.com ) and just with this optimization (no mmx, sse, avx instructions,... ) the NHW codec is 6x faster to encode and 4x faster to decode than WebP.As I state that my codec is royalty-free, fast with more
2018 Apr 16
0
NHW Project - Linux
> How about macOS? Can you give us a build. I don't have a macOS environment so I won't be able to give you a build.But it would be also great to have a macOS version.I think now that many bugs have been corrected, and that the NHW Project can compile ok under clang and run ok on macOS. If a forum member, that runs macOS, could give us a build and first let us know if the code is ok,