"'milou' via otb-users" <[email protected]> wrote: > > Hi, > > is Radial Basis Function algorithm exist in OTB?
If you are referring to the kernel in SVM, yes. If you are referring to a resampler (interpolator), I don't think this is available from the applications. You can however build it using the itkResampleImageFilter which takes an interpolator (itk::InterpolateImageFunction) which can be chosen among Gaussians and Splines which give you radial symmetry. But you will have to write some C++ for that. There are some examples in the Registration and DisparityMap directories of the OTB examples which do similar things. Jordi > > Thanks. > > -- -- -- 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.
