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

I am having an issue with the backwards compatibility with the legacy cameras (e.g. Altum) after the commit from Dec 2023, which supposed to add the support for panchromatic cameras.

Hello all! - I think the scripts in this repository provide a lot of great guidance. Unfortunately, there is not support for the newer sensors RedEdge-P and Altum-PT. I can...

Hi, everyone. I ran all the "Batch Processing-10Band.ipynb" code and imported the final output tif file into qgis, however I found that the images in the output "stacks" folder do...

Thanks for your great contribution to multispectral camera development. I have a question. When I learn the "Tutorial 3 - DLS Sensor Basic Usage", I saw in the text that...

I tried MicaSense Image Processing Tutorial 2,3 to process images derived from RedEdge-p. However, it seems that such packages cannot work: ![image](https://github.com/micasense/imageprocessing/assets/61641190/4c7482ce-ed05-4ef9-b083-5b9ee3df59f6) ![image](https://github.com/micasense/imageprocessing/assets/61641190/aa9126da-4bbc-4965-85c0-b9eba985b15a) How to solve such problems? Should the...

While running the "Testing image reading and panel detection" code from https://micasense.github.io/imageprocessing/MicaSense%20Image%20Processing%20Setup.html ``` from micasense.image import Image # imagePath = os.path.join('.','data','0000SET','000') # imageName = glob.glob(os.path.join(imagePath,'IMG_0000_1.tif'))[0] img = Image('IMG_0000_1.tif') img.plot_raw(figsize=(8.73,8.73)); from...

While working with the Altum-PT image set, I encountered the following error: xVignette = float(meta.get_item('XMP:VignettingCenter', 0)) ==> TypeError: float() argument must be a string or a number, not 'NoneType'.' It...

Different panel_albedo was reported for the same CRP panel on separate surveys, which should not happen since the CRP panels are pre-calibrated. We are using the - MicaSense RedEdge-MX Dual...

I'm using the code in this repo to load and analyze Altum data. I can load and process the example data and also the data provided here: https://www.micasense.com/altum-sample-data/. But when...

I am working on my thesis in shallow water bathymetry and relatively new to coding. I am pretty certain I have followed the tutorial correctly can get Micasense to open...