Author Topic: Exception: "inconsistent evidence or underlow"  (Read 14613 times)

Offline ally789

  • Newbie
  • *
  • Posts: 7
    • View Profile
Exception: "inconsistent evidence or underlow"
« on: February 06, 2010, 15:40:18 »
I'm getting the following exception when propagating evidence through my network (via C++ API):

     "Propagation of inconsistent evidence has been attempted, or underlow has occured"

Is there anybody who has idea what the reason for this might be?? When doing the same in the GUI everything is fine...

Thanks in advance,
ally789

Offline Frank Jensen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: Exception: "inconsistent evidence or underlow"
« Reply #1 on: February 06, 2010, 19:50:47 »
You should get the same results using one of the APIs and using the GUI.

What exactly does your program do?  That is, which methods are you calling and in what order.

There is some information about inference in the Hugin API Reference Manual (the api-manual.pdf file in the Hugin software packages).

There is also an example program called LoadAndPropagate.cpp in the Hugin software packages.