Pål Ellingsen
Pål Ellingsen
I barely caught this error when trying to process a datasett, and I feel that it should be addressed. My first thought was to make `dayfirst` `True` as default, but...
I would guess it should match WGS84
@blink1073 The code is based on the Matlab code in the publication sited, I would think that made it free from licensing, but I don't have experience with licensing issues...
@tacaswell In research I can implement any algorithm I want without the need to license it, as long as it is not for profit, this also holds true for patents....
@JDWarner and @tacaswell I'm a researcher and I've only had to deal with the legal requirements of filing a patent application. That said this algorithm is implemented by opencv for...
@stefanv That was my feeling also, and it seems that opencv has viewed it the same way
I've updated the code, it is still not perfect, as the example lacks a tone mapping algorithm, which I guess needs an implementation in skimage. Also the stability of the...
@stefanv @vighneshbirodkar I tried cython, but I got some strange errors (cython turning 1 into a very large number), so I vectorised the code instead, resulting in a speedup of...
@stefanv I agree that NASA dataset would be good, though I can't find any... Also the images used by Debevec I can't find any license for. I agree that sharing...
Hi. I need some help. I'm trying to save the resulting hdr image with to either the hdr or the exr formats, which are hdr formats. These are supposedly supported...