| 54 | } |
| 55 | |
| 56 | void 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 | |
| 71 | bool IPLCameraCalibration::processInputData(IPLData* data , int index, bool useOpenCV) |
| 72 | { |