On Mon, Oct 6, 2014 at 8:43 PM, daniel <[email protected]> wrote:
> Hi, > I'd like to segment images using texture features, e.g. running watershed > segmentation on Haralick features. I've looked for some OTB-example doing > this, but all I could find was example code extracting texture (and saving > images to disk) and separate segmentation code, which uses the raw color > information as input. > > 1. Can anyone provide me with some code that does the coupling between > texture extraction and segmentation? > You need to write an new application for this. There you can connect output of texture extraction to watershed segmentation. see examples application in Examples/Application/ApplicationExample.cxx It is well documented enough to get started. If you have issues you can ask back on the list. [1] http://hg.orfeo-toolbox.org/OTB/file/1e1a2f257428/Examples/Application/ApplicationExample.cxx 2. What experience did you make (good results?) with tetxure segmentation > in OTB? > Please add one.! > > Kind regards, > Daniel > > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to the Google Groups > "otb-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Rashad -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
