projects
/
platform
/
core
/
api
/
singleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04cd2d5
)
test: drop unnecessary color space conversion
95/315895/1
author
Inki Dae
<inki.dae@samsung.com>
Fri, 6 Dec 2024 01:19:45 +0000
(10:19 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 6 Dec 2024 01:24:19 +0000
(10:24 +0900)
Change-Id: I76770c0654f68ba413c030277e64b4d9602bcf1f
Signed-off-by: Inki Dae <inki.dae@samsung.com>
test/services/test_autozoom_on_screen.cpp
patch
|
blob
|
history
diff --git
a/test/services/test_autozoom_on_screen.cpp
b/test/services/test_autozoom_on_screen.cpp
index d031cb99913eb81c8b2c5fc39ab34fa7eb2f4d1c..948bb4b13b75b418754f40f631c1198d4e247763 100644
(file)
--- a/
test/services/test_autozoom_on_screen.cpp
+++ b/
test/services/test_autozoom_on_screen.cpp
@@
-58,8
+58,6
@@
void user_callback(unsigned char *buffer, unsigned int width, unsigned int heigh
{
cv::Mat result(cv::Size(width, height), CV_MAKETYPE(CV_8U, 3), buffer);
- cv::cvtColor(result, result, cv::COLOR_BGR2RGB);
-
singleo_util_visualizer_2d(result, NULL);
}