Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nedosa

Pages: [1]
1
C++ / Get the node description programmatically
« on: August 19, 2008, 12:24:43  »
Hi,

I can't seem to find a Node.getDescription() method, which
would get the node description as entered from the GUI.

Is there some other way to get this information ?

Many Thanks

2
HUGIN GUI Discussion / Re: Hugin GUI startup parameters
« on: July 31, 2008, 17:03:00  »
yeah that helps, thanks.

3
HUGIN GUI Discussion / Hugin GUI startup parameters
« on: July 28, 2008, 13:43:13  »
Hi,

Is there any documentation on the GUI startup parameters ? I'm trying
to programmatically launch hugin from within another application and would
be useful to know how what parameters are supported.

Many Thanks

4
Hi,

What is the C++ API to assign the mean and variance to a continuous node? For a discrete node, one can use the setState and friends calls to set state values.

But if I have a node with no parents and want to assign a normal distribution to it, I can't find a way to do it. I thought the getDistribution call would do it, but then the Table class only returns the mean/variance and has no way to set them.

Many Thanks

5
Hi,

I can't a figure out a way to assign a normal distribution to a Continuous Chance node that has no parents. This is for C++, but haven't figured out a way to do it in either C or Java. Using the alpha,beta,etc. parameters, the CG distribution of a child node can be parameterised, but how does someone assign the mean and variance  of a node that has no parents?

Many Thanks

Pages: [1]