Title: Blue Apple - Object green free Authors: Rehrmann, P., Credner, J., Fadami, M., Rath, T. Year:2022 Keywords: Image pre-processing, histogramm transformation, color selection, identification biological objects, binarisation, Halcon Abstract: An Algorithm (Halcon code) to separate green leaves by image processing using the i3 channel of the i1i2i3 color space for nutrient analysis. Cite as: Rehrmann, P., Credner, J., Fadami, M., Rath, T. (2022): Blue Apple - Object green free. BLab Code No. 20223, http://www.blab-osnabrueck.de/blue-apple3.txt Literature: Halcon (2022): Halcon - Die Leistungsstarke Software fuer Ihre Bildverarbeitungsanwendung. MVTec Software GmbH, Munich, Germany Affiliation: P. Rehrmann, T.Rath, J. Credner, M. Fadami, Biosystem Engineering Laboratory (BLab), Osnabrueck University of Applied sciences email: p.rehrmann@hs-osnabrueck.de ############################################################################## # File generated by HDevelop for text file Version 13.0.3 ############################################################################## read_image (Image, 'C:/Users/....') decompose3 (Image, Image1, Image2, Image3) trans_from_rgb (Image1, Image2, Image3, ImageResult1, ImageResult2, ImageResult3, 'i1i2i3') binary_threshold (ImageResult3, Region, 'max_separability', 'light', UsedThreshold) reduce_domain (Image, Region, ImageReduced)