mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-10 01:12:34 +00:00
More work on visualization interop.
This commit is contained in:
@@ -292,3 +292,8 @@ cv::Mat Visualizer::GetVisImage()
|
||||
{
|
||||
return captured_image;
|
||||
}
|
||||
|
||||
cv::Mat Visualizer::GetHOGVis()
|
||||
{
|
||||
return hog_image;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user