RIFJo
RIFJo
@kmeids i have successfully added a pull-request that passes DCO signoff. The first one had the wrong author name in it.
> CCB 2022-05-02: The use case for this in regards to OSI SensorView (rather than native camera output formats, which are not OSI-based) is not very clear yet, and should...
Thanks, I get what you are saying, but still think I can explain why I have a valid use case here. If you invite me, I will join one of...
We have concluded in the sensor modelling discussions that adding mirroring (without rotations) to the pixel layout is useful. I will prepare a new pull request that includes all participants...
The failure at "CameraModelVerifyParams" seems to indicate an incorrect number of Parameters for the specified camera model. However, the GUI tells me that for OPENCV_FISHEYE, i need 8 parameters, and...
I have given up trying to debug this - building locally fails at various stages, i have tried the vcpkg and the python build-script. My **clunky workaround** for the problem...
> ferreram > I think your problem is due to the principal point being given as an int instead of a double. > Try this : colmap feature_extractor --database_path db.db...
> I think you still need to surround camera parameters with double quotes "..." That breaks at the command-line level: I am using the Windows 11 command prompt with german...
looking into the code of operators/io_import_georaster.py, i see that the jp2 extension is missing: ``` # ImportHelper class properties filter_glob: StringProperty( default="*.tif;*.jpg;*.jpeg;*.png;*.bmp", options={'HIDDEN'}, ) ``` Extending the list lets me...