imageprocessing icon indicating copy to clipboard operation
imageprocessing copied to clipboard

MicaSense RedEdge and Altum image processing tutorials

Results 59 imageprocessing issues
Sort by recently updated
recently updated
newest added

Hello, I'm using a RedEdge MX as a ground sensor and I would like to take into account also DLS for reflectance calibration. Citing tutorial n. 3 "_we assume a...

In the MicaSense Image Processing Setup, I got after running - first cell: Successfully imported all required libraries. Successfully executed exiftool. - second cell: --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call...

![Image](https://github.com/user-attachments/assets/96111b5e-30dd-4112-a094-392da6b15c84) Dear users, I am trying to align my pictures with Alignment.ipynb and getting best results with "Affine" warp mode, pyramid levels = 3 and above 500 iterations. Those pictures...

Casting f"0.self.get_time('EXIF:SubSecTime')" directly causes ValueError as the string to be casted is in the format '0.-nnnnnn'.

When extracting metadata from RedEdge-P Dual camera images, the Blue and Red band cameras are returning identical values for Center Wavelength (XMP:CentralWavelength) and Bandwidth (XMP:WavelengthFWHM). This appears to be incorrect...

Hello, regarding my Pull Requests on this repo, I reached out to MicaSense/SenseFly/AgEagle and got a response yesterday. I want to make this response public so that it helps others...

This fixes #209 to consistently remove the `exiftool_path`

This switches to proper logging instead of print statements. To see the logging, one has to run: ```python import logging logging.basicConfig() ``` This makes it much easier to handle the...

This is required to be compliant with latest changes in pip