Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
Bruno, I added signatures which are compatible with vigraimpex. Have a look, would that work as a replacement? There may be further need for adapters, because some of the code using vigraimpex is old and not using MultiArrayViews (stuff like vigra::DImage instead) - to patch cpfind, I had to

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 5:56:43 PM UTC+1 T. Modes wrote: you are ignoring Hugin photometric optimizer and the photometric corrections done at stitching totally. In lux, I only use part of them. I don't use the EMOR and work from linear RGB always. I do use vignetting information

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'T. Modes' via hugin and other free panoramic software
kfj schrieb am Freitag, 23. Februar 2024 um 17:38:09 UTC+1: So it's not done with simply replacing the load image call with another library. The whole ecosystems needs to be adopted and you have to implement a lot of functions of a raw converter. No, you don't. Sorry, but you are

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread dudek53
Sounds promising. Points are valid but as an open source spin off there could by forceful synergies in a wip branch. Let's see where it lands eventually. Den fre 23 feb. 2024 17:38'kfj' via hugin and other free panoramic software skrev: > > > On Friday, February 23, 2024 at 5:01:45 PM UTC+1 T.

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 5:01:45 PM UTC+1 T. Modes wrote: when taking the full Hugin workflow into account and take all advantage of the raw format it becomes fast more complicated. ... These are only the first issues came me into consideration - these are simply ignored by your

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'T. Modes' via hugin and other free panoramic software
kfj schrieb am Freitag, 23. Februar 2024 um 08:35:28 UTC+1: My proposal is simply about reading image files into the program. it's to replace use of libvigraimpex for image import, that's all. Everything else remains just the same. This is why it was so easy to 'slot it in' to cpfind and

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 11:54:20 AM UTC+1 dud...@gmail.com wrote: Very nice. Did a git pull. I will dig into this probably tonight. Work over here soon. Exciting! :D And if you want to stitch the panorama conatining e.g. RAW files, try a lux build from the oiio branch. I tried

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread dudek53
Very nice. Did a git pull. I will dig into this probably tonight. Work over here soon. Exciting! On Fri, Feb 23, 2024 at 11:51 AM 'kfj' via hugin and other free panoramic software wrote: > > > On Friday, February 23, 2024 at 11:40:09 AM UTC+1 dud...@gmail.com wrote: > > Yes, I have compiler

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 11:40:09 AM UTC+1 dud...@gmail.com wrote: Yes, I have compiler working for both apple Silicon arm64 and Intel mac Excellent. I just pushed the patch to the oiio_fileio repo. On top of applying the patch, you need to put fileio.cc and fileio.h alongside the

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread dudek53
Yes, I have compiler working for both apple Silicon arm64 and Intel mac  Den fre 23 feb. 2024 11:37'kfj' via hugin and other free panoramic software skrev: > > > On Friday, February 23, 2024 at 11:31:40 AM UTC+1 dud...@gmail.com wrote: > > I am all in for porting to whole Hugin program. > > >

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 11:31:40 AM UTC+1 dud...@gmail.com wrote: I am all in for porting to whole Hugin program. Do you have a working build setup on your mac? then I can send you the patch to try it out. I just tried to see if I could quickly get hugin to build on my mac and I

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread dudek53
I am all in for porting to whole Hugin program. Den fre 23 feb. 2024 11:29'kfj' via hugin and other free panoramic software skrev: > > > On Friday, February 23, 2024 at 10:54:38 AM UTC+1 bruno...@gmail.com > wrote: > > This looks like something that could be #ifdef'd so it can be a Hugin >

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 10:54:38 AM UTC+1 bruno...@gmail.com wrote: This looks like something that could be #ifdef'd so it can be a Hugin build option. This is roughly what I am aiming at. My call signatures are more complex, because the OIIO code does not interface with vigra data

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread Bruno Postle
On Fri, 23 Feb 2024, 08:30 'kfj' via hugin and other free panoramic software wrote: > Okay, here goes: the code is online > > hugin developers, I can offer a patch against hugin master if you're > interested in trying it out. This looks like something

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread dudek53
Thank you! I wouldn´t mind testing a patched version. On Fri, Feb 23, 2024 at 9:30 AM 'kfj' via hugin and other free panoramic software wrote: > Okay, here goes: the code is online > > hugin developers, I can offer a patch against hugin master if you're >

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread 'kfj' via hugin and other free panoramic software
Okay, here goes: the code is online hugin developers, I can offer a patch against hugin master if you're interested in trying it out. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-23 Thread dudek53
Thanks a lot for sharing hope on Mac side ;). I'll have a look into what you are describing when time is on my hands again. I'll be back with more questions I'm sure . Den fre 23 feb. 2024 08:58'kfj' via hugin and other free panoramic software skrev: > > > On Friday, February 23, 2024 at

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread 'kfj' via hugin and other free panoramic software
On Friday, February 23, 2024 at 8:47:07 AM UTC+1 dud...@gmail.com wrote: That sounds very interesting. Mac user here. I probably won't be able to implement this myself. Would it be possible for you to have some code to be able and compile for Mac? I'm just brushing up the glue code, then

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread dudek53
That sounds very interesting. Mac user here. I probably won't be able to implement this myself. Would it be possible for you to have some code to be able and compile for Mac? Den fre 23 feb. 2024 08:35'kfj' via hugin and other free panoramic software skrev: > > It seems you came far into this

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread 'kfj' via hugin and other free panoramic software
> It seems you came far into this libraw implementation. Would be of big interest to have this working with enfuse or align_image_stack. How would it handle tonemapping code though? My proposal is simply about reading image files into the program. it's to replace use of libvigraimpex for image

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread David W. Jones
On February 22, 2024 9:04:18 PM HST, 'kfj' via hugin and other free panoramic software wrote: > > And how does it handle the need for noise reduction and sharpening in RAW > files? > > Processing the RAW file is done with configuration parameters, please refer > to the OIIO docu >

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread dudek53
It seems you came far into this libraw implementation. Would be of big interest to have this working with enfuse or align_image_stack. How would it handle tonemapping code though ? Den fre 23 feb. 2024 08:04'kfj' via hugin and other free panoramic software skrev: > > And how does it handle

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread 'kfj' via hugin and other free panoramic software
> And how does it handle the need for noise reduction and sharpening in RAW files? Processing the RAW file is done with configuration parameters, please refer to the OIIO docu for available options

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread David W. Jones
That would include chewing on the raw digital noise in RAW files, and lacking the sharpening that said files most likely need. Hugin support for EXR files would be great. On 2/22/24 11:13, dudek53 wrote: This would be nice, to have align_image_stack and enfuse chewing raw files instead of

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread dudek53
This would be nice, to have align_image_stack and enfuse chewing raw files instead of intermediates. On Thu, Feb 22, 2024 at 6:37 PM 'kfj' via hugin and other free panoramic software wrote: > Dear all! > > In my last post I have already hinted at new possibilities arising from > the use of

Re: [hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread David W. Jones
On 2/22/24 07:37, 'kfj' via hugin and other free panoramic software wrote: Dear all! In my last post I have already hinted at new possibilities arising from the use of OpenImageIO (OIIO for short). I found that it's quite feasible to use OIIO's image importing code as a stand-in for vigra's

[hugin-ptx] creating panoramas directly from RAW images

2024-02-22 Thread 'kfj' via hugin and other free panoramic software
Dear all! In my last post I have already hinted at new possibilities arising from the use of OpenImageIO (OIIO for short). I found that it's quite feasible to use OIIO's image importing code as a stand-in for vigra's importImage. Now I've gone one step further and refitted some hugin tools