MCPcopy Create free account
hub / github.com/WallBreaker2/op / LoadImageFromFile

Function LoadImageFromFile

libop/opencv/TemplateMatcher.cpp:2195–2197  ·  view source on GitHub ↗

从本地文件加载图像到内存包装对象。

Source from the content-addressed store, hash-verified

2193
2194// 从本地文件加载图像到内存包装对象。
2195bool LoadImageFromFile(const std::wstring &file_path, ImageHandle &image) {
2196 return loadImageFromFile(file_path, image);
2197}
2198
2199// 把图像对象保存到本地文件。
2200bool SaveImageToFile(const ImageHandle &image, const std::wstring &file_path) {

Callers 11

run_cv_file_preprocessFunction · 0.85
CvConnectedComponentsMethod · 0.85
CvFindContoursMethod · 0.85
CvPreprocessPipelineMethod · 0.85
CvCropMethod · 0.85
CvResizeMethod · 0.85
CvThresholdMethod · 0.85
CvInRangeMethod · 0.85
CvMorphologyMethod · 0.85
CvThinMethod · 0.85
TESTFunction · 0.85

Calls 1

loadImageFromFileFunction · 0.85

Tested by 1

TESTFunction · 0.68