DFX Extraction library v4.14.5
enabling applications to perform DFX blood flow analysis
Deprecated List
Member
dfx::Collector::decodeMeasurementResult
(const std::vector< uint8_t > &measurementResponse)=0
: Support for this method will be removed in a future. The server now returns data in JSON format avoiding the need to decode client side.
Member
dfx::Collector::prepareMeasurement
(const std::vector< uint8_t > &createMeasurementPayload)=0
: Support for this method will be removed in a future. It has been replaced with a no-op.
Member
dfx::Collector::stopCollection
()=0
replaced by cancelCollection which more accurately describes the activity since the measurement can not be resumed before being reset. Please use cancelCollection as this method will eventually be removed as it simply calls cancelCollection.
Member
dfx::DFXFactory::addToStudy
(const std::vector< unsigned char > &data)=0
: Support for this method will be removed in a future release. Please use the initializeStudy(const vector<unsigned char>&) to initialize a study.
Member
dfx::DFXFactory::addToStudyFromFile
(const std::string &pathToFile)=0
: Support for this method will be removed in a future release. Please use the initializeStudy(const vector<unsigned char>&) to initialize a study.
Member
dfx::DFXFactory::initializeStudyFromFile
(const std::string &pathToFile)=0
: Support for this method will be removed in a future release. Please use the initializeStudy(const vector<unsigned char>&) to initialize a study.
Member
dfx::Frame::getQualityMetrics
(float iso, float exposure)=0
: Support for this method will be removed in a future release. Please use the getOpticalQualityMetrics instead.
Member
dfx::Frame::getStarRating
(std::string &feedback)=0
: Support for this method will be removed in a future release. Please use the getOpticalQualityRating instead.
Member
dfx::VideoFrame::timestamp_ns
this will be removed in favor of timestamp_millisec