Encoding CV_32FC1 Mat data with base64

后端 未结 2 1974
再見小時候
再見小時候 2021-01-22 08:55

Hello I am trying to extract the data from a SURF descriptor, when I try this with an ORB descriptor it works. When I use the SURF one the program quits with a segmentation faul

2条回答
  •  庸人自扰
    2021-01-22 09:21

    cv::initModule_nonfree(); //Patent protection related.
    

    Don't forget to include the library (e.g. opencv_nonfree243.lib).

提交回复
热议问题