Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima
Commits
2b6cf2e7
Commit
2b6cf2e7
authored
Dec 04, 2015
by
Laurent Claustre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image: fixed in reevalutation with _setHSRoi
parent
d46ce4bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
control/src/CtImage.cpp
control/src/CtImage.cpp
+1
-1
No files found.
control/src/CtImage.cpp
View file @
2b6cf2e7
...
@@ -777,7 +777,7 @@ void CtImage::_setHSRoi(const Roi &roi)
...
@@ -777,7 +777,7 @@ void CtImage::_setHSRoi(const Roi &roi)
m_hw
->
setRoi
(
roi_set_hw
,
true
);
m_hw
->
setRoi
(
roi_set_hw
,
true
);
DEB_TRACE
()
<<
DEB_VAR2
(
roi_by_hw
,
roi_set_hw
);
DEB_TRACE
()
<<
DEB_VAR2
(
roi_by_hw
,
roi_set_hw
);
_completeWithSoftRoi
(
roi_
set_hw
,
roi_by
_hw
);
_completeWithSoftRoi
(
roi_
by_hw
,
roi_set
_hw
);
}
else
{
}
else
{
m_sw
->
setRoi
(
roi
);
m_sw
->
setRoi
(
roi
);
}
}
...
...
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