| 424 | @param filename The file name containing HOGDescriptor properties and coefficients for the linear SVM classifier. |
| 425 | */ |
| 426 | CV_WRAP HOGDescriptor(const String& filename) |
| 427 | { |
| 428 | load(filename); |
| 429 | } |
| 430 | |
| 431 | /** @overload |
| 432 | @param d the HOGDescriptor which cloned to create a new one. |