Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Converts a depth map image to a normal map image using Python

License

NotificationsYou must be signed in to change notification settings

cobanov/depth2normal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script converts a depth map image to a normal map image.

Requirements

  • Python 3.x
  • OpenCV (pip install opencv-python)
  • Numpy

Usage

To run the script, use the following command:

python depth_to_normal_map.py --input /path/to/input_image --output /path/to/output_image --max_depth 255

The following arguments are available:

  • --input (-i): Path to the input depth map image.
  • --output (-o): Path to save the output normal map image.
  • --max_depth (-m): Maximum depth value of the input depth map image (default: 255).

Example

python depth_to_normal_map.py --input assets/depth.png --output normal_map.png --max_depth 255

License

This script is licensed under theMIT License.

About

Converts a depth map image to a normal map image using Python

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp