Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gamera_videos_no_ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liusq
gamera_videos_no_ui
Commits
dd19dfb2
Commit
dd19dfb2
authored
Nov 14, 2024
by
“liusq”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增sip01
parent
20940c03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FaceReconitionHandle.cpp
+1
-1
FaceReconitionHandle.h
+1
-1
No files found.
FaceReconitionHandle.cpp
View file @
dd19dfb2
...
@@ -51,7 +51,7 @@ cv::Mat FaceReconitionHandle::loadImage(const QString &path) {
...
@@ -51,7 +51,7 @@ cv::Mat FaceReconitionHandle::loadImage(const QString &path) {
qInfo
()
<<
"图像以CImg成功加载。"
;
qInfo
()
<<
"图像以CImg成功加载。"
;
return
image
;
return
image
;
}
}
image
=
loadImageWithS
TB
(
path
);
image
=
loadImageWithS
tb
(
path
);
if
(
!
image
.
empty
())
{
if
(
!
image
.
empty
())
{
qInfo
()
<<
"图像以stb_image成功加载。"
;
qInfo
()
<<
"图像以stb_image成功加载。"
;
return
image
;
return
image
;
...
...
FaceReconitionHandle.h
View file @
dd19dfb2
...
@@ -32,7 +32,7 @@ public:
...
@@ -32,7 +32,7 @@ public:
cv
::
Mat
loadQImageFromByteStream
(
const
QString
&
filePath
);
cv
::
Mat
loadQImageFromByteStream
(
const
QString
&
filePath
);
cv
::
Mat
loadImageWithS
TB
(
const
QString
&
filename
);
cv
::
Mat
loadImageWithS
tb
(
const
QString
&
filename
);
bool
getImageChanged
()
const
;
bool
getImageChanged
()
const
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment