Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ortner, Joshua
ai4hdr_backend
Commits
779db4f8
Commit
779db4f8
authored
Jan 21, 2021
by
josh
Browse files
db visual
parent
98096238
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
779db4f8
...
...
@@ -54,7 +54,7 @@ python ./Scripts/meanShiftSeg.py ./TestResults/MS/GeoEye_MS_Original.jpg ./TestR
## "initDB.py" program:
- Sets up the base file structure
for
an image database at a given location.
##
Base Dir Visual
:
##
Directory Visual with no data
:
```
|-- ImageDatabase
│ |-- MeanShift
...
...
@@ -62,6 +62,26 @@ python ./Scripts/meanShiftSeg.py ./TestResults/MS/GeoEye_MS_Original.jpg ./TestR
│ |-- Sliced
```
## Directory Visual with an image:
```
|-- ImageDatabase
│ |-- MeanShift
| | |--image_name-id
| | | |--128x128
| | | | |--image_name-128-smap-0-0.<ext> <- segmented map
| | | | |--image_name-128-simage-0-0.<ext> <- segmented image
| | | |--256x256
| | | |--512x512
│ |-- Original
| | |--image_name-id.<ext> <- original image,
id
=
auto increment integer
│ |-- Sliced
| | |--image_name-id
| | | |--128x128
| | | | |--image_name-128-0-0.<ext> <- sliced image
| | | |--256x256
| | | |--512x512
```
## Example run result:
## Original Image:

...
...
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