Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WirelessComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zecheng Li
WirelessComm
Merge requests
!1
Update RGBD/readme.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update RGBD/readme.md
lzc199639-main-patch-51906
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Zecheng Li
requested to merge
lzc199639-main-patch-51906
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9a1e1ee9
1 commit,
2 years ago
1 file
+
15
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
RGBD/readme.md
+
15
−
37
Options
# Project Title
Simple overview of use/purpose.
RGBD File Processing
## Description
An in-depth paragraph about your project and overview of use.
Two ways to get the depth from a depth image
## Getting Started
### Dependencies
Git clone, or download the code as zip and put on your local.
*
Describe any prerequisites, libraries, OS version, etc., needed before installing program.
*
ex. Windows 10
### Dependencies
### Installing
numpy,
if you want to generate your own image file, ply file, you need realsense SDK.
*
How/where to download your program
*
Any modifications needed to be made to files/folders
### Executing program
*
How to run the program
*
Step-by-step bullets
```
code blocks for commands
```
Please see the readme file inside each folder.
##
Help
##
Summary
Any advise for common problems or issues.
```
command to run if program contains helper info
```
This folder will contain 3 image:
1) RGB image
## Authors
Contributors names and contact info
2) RGBD image
ex. Dominique Pizzie
ex.
[
@DomPizzie
](
https://twitter.com/dompizzie
)
## Version History
*
0.2
*
Various bug fixes and optimizations
*
See
[
commit change
](
)
or See
[
release history
](
)
*
0.1
*
Initial Release
3) PointCloud RGBD image
## License
Th
is project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
Th
ey are all generated from real sense.
## A
cknowledgment
s
## A
uthor
s
Inspiration, code snippets, etc.
*
[
awesome-readme
](
https://github.com/matiassingers/awesome-readme
)
*
[
PurpleBooth
](
https://gist.github.com/PurpleBooth/109311bb0361f32d87a2
)
*
[
dbader
](
https://github.com/dbader/readme-template
)
*
[
zenorocha
](
https://gist.github.com/zenorocha/4526327
)
*
[
fvcproductions
](
https://gist.github.com/fvcproductions/1bfc2d4aecb01a834b46
)
Zecheng Li
Loading