The following error occurred while running the imwrite function
error: (-2:Unspecified error) could not find a writer for the specified extension in function 'cv::imwrite_'
What’s the reason for this
cv.imwrite(**'skeleton',**skeleton)
No suffixes, JPG, PNG, etc… Change it to the following
cv.imwrite('skeleton.jpg',skeleton)
Read More:
- cv2 error – function not implemented [How to Solve]
- Error: Exception was raised when calling per-thread-terminate function in extension lrwreplaymain.dl
- Class ‘PHPWord_Writer_Word2003‘ not found
- OpenCV error: (-215:Assertion failed) !_src.empty() in function ‘cv::cvtColor‘
- ImportError: dynamic module does not define module export function (PyInit_cv_bridge_boost)
- (-215:Assertion failed) 0 <= contourIdx && contourIdx < (int)last in function ‘cv::drawContours‘
- cv2.error: OpenCV(3.4.2) error: (-215:Assertion failed) !empty() in function ‘detectMultiScale‘
- How to solve “import cv2 failed ImportError: DLL load fail: Cannot find the specified module” in Anaconda environment
- error: ‘CV_BGR2GRAY’ was not declared in this scope
- [Solved] Spark Writer tidb Error: read-uncommitted is not supported
- AttributeError: module ‘cv2.cv2‘ has no attribute ‘face‘
- About WLW (Windows Live Writer): “unable to connect to your log service: invalid server response” solution
- Julia install and use the extension package package (ERROR: UndefVarError: Pkg not defined)
- How to install IDM Extension in Chromium-based Microsoft Edge (Canary/Dev)
- Solution to unknown internal error in StarUML installation extension
- Typeerror in gitbook init: cb.apply is not a function solution