Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
1a15596f
Commit
1a15596f
authored
Jan 21, 2015
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed build warning in GDAL support module
parent
95ecdc3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
grfmt_gdal.cpp
modules/imgcodecs/src/grfmt_gdal.cpp
+0
-29
No files found.
modules/imgcodecs/src/grfmt_gdal.cpp
View file @
1a15596f
...
...
@@ -140,35 +140,6 @@ int gdal2opencv( const GDALDataType& gdalType, const int& channels ){
return
-
1
;
}
std
::
string
GetOpenCVTypeName
(
const
int
&
type
){
switch
(
type
){
case
CV_8UC1
:
return
"CV_8UC1"
;
case
CV_8UC3
:
return
"CV_8UC3"
;
case
CV_8UC4
:
return
"CV_8UC4"
;
case
CV_16UC1
:
return
"CV_16UC1"
;
case
CV_16UC3
:
return
"CV_16UC3"
;
case
CV_16UC4
:
return
"CV_16UC4"
;
case
CV_16SC1
:
return
"CV_16SC1"
;
case
CV_16SC3
:
return
"CV_16SC3"
;
case
CV_16SC4
:
return
"CV_16SC4"
;
default
:
return
"Unknown"
;
}
return
"Unknown"
;
}
/**
* GDAL Decoder Constructor
*/
...
...
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