@brief Reads algorithm parameters from a file storage */
| 3152 | /** @brief Reads algorithm parameters from a file storage |
| 3153 | */ |
| 3154 | CV_WRAP virtual void read(const FileNode& fn) { CV_UNUSED(fn); } |
| 3155 | |
| 3156 | /** @brief Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read |
| 3157 | */ |