MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / processPropertyEvents

Method processPropertyEvents

IPL/src/processes/IPLCameraCalibration.cpp:56–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void IPLCameraCalibration::processPropertyEvents(IPLEvent* e)
57{
58 resetMessages();
59
60 if(e->name() == "saveCalibration")
61 {
62 std::string fileName = getProcessPropertyString("fileName");
63 }
64 if(e->name() == "loadCalibration")
65 {
66 std::string fileName = getProcessPropertyString("fileName");
67 }
68 addInformation(e->name());
69}
70
71bool IPLCameraCalibration::processInputData(IPLData* data , int index, bool useOpenCV)
72{

Callers 1

setValueMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected