--
You received this message because you are subscribed to the Google Groups "FIELDimageR: A R package to analyze orthomosaic images from field trials." group.
To unsubscribe from this group and stop receiving emails from it, send an email to FIELDimageR...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/FIELDimageR/0e31686b-4847-4639-b921-2996beb7e716n%40googlegroups.com.
Hi Alok, thank you for asking…!
1. while I am removing soil, the resolution of the image reduces. why? How I can get original pixel resolution.
A: The code does not reduce image resolution. Only if you are using the function “aggregate()” from the “raster” package. Maybe you are seeing pixels around the plants (mix of green and brown) that the mask didn’t remove (In this case, you need to change the index to remove the soil). Could you share your image before and after removing the soil step?
2. I have only RGB image, and I am trying to find out indices, please clarify, whether these indices based on reflectance value or pixel value of each band.
A: The function uses the relative value from pixels in the image. The user should make the transformation from a digital number to a reflectance number. You need to check how to do it in your Camera (Sensor) manual.
3. How I can find out the pixel value of vegetation in an image.
A: You can extract information from the image using the function “fieldInfo()” (https://github.com/OpenDroneMap/FIELDimageR#P9) or “fieldDraw()” (https://github.com/OpenDroneMap/FIELDimageR#P11). But if you want to know the information of one unique point (pixel) you can use the function “identify()” (https://stat.ethz.ch/R-manual/R-patched/library/graphics/html/identify.html).
Let me know if you have more questions.
All the best and happy new year,
Filipe

--
You received this message because you are subscribed to a topic in the Google Groups "FIELDimageR: A R package to analyze orthomosaic images from field trials." group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/FIELDimageR/B2USyXIq9hQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to FIELDimageR...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/FIELDimageR/d573428f-8542-4816-99af-ff1098c53a89n%40googlegroups.com.