Re: Seeking help in Octave C++ API
Carlo De Falco <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
> Il giorno 5 apr 2021, alle ore 09:06, Siddhartha Roy <[email protected]> ha scritto: > > Hi, > I have gone through that link. But unfortunately I am still unable to find the solution to calling imreconstruct function from a C++ code(my code may depend on the octave compiler but not depend on the octave script i.e. .m file). > Please help me in this matter. > with regards, > Siddhartha Roy I am not sure what you mean here ... "imreconstruct" is a function from the image package, to use it in your code you need the image package to be installed and loaded and then you can invoke it the "interp.feval" as shown in the manual. BTW, I believe this discussion is better suited for the help mailing list/discourse channel so please continue the thread there. HTH, c.