Skip to content

Instantly share code, notes, and snippets.

View natowi's full-sized avatar
:octocat:
I may be slow to respond.

natowi

:octocat:
I may be slow to respond.
  • 11:45 (UTC +02:00)
View GitHub Profile
{
"header": {
"pipelineVersion": "2.2",
"releaseVersion": "2023.1.0",
"fileVersion": "1.1",
"template": true,
"nodesVersions": {
"PrepareDenseScene": "3.0",
"CameraInit": "9.0",
"DepthMap": "3.0",

WIP 2020.1

  • [github] Added actions for stale issues #693

  • [CI] Travis: add build matrix with cuda #638

  • [WIP] Texturing: generate normal maps and height maps #578

  • WIP [multiview] Addition of 10 points relative pose solver #474 Description

    Addition of 10 points relative pose solver (F10)

non-medical image registration

cnn-registration

Multi-temporal Remote Sensing Image Registration Using Deep Convolutional Features

A image registration method using convolutional neural network features written in Python2, Tensorflow API r1.5.0.

https://github.com/yzhq97/cnn-registration

@natowi
natowi / audio2midi.md
Last active April 18, 2024 11:37
List of open source audio to midi packages
@natowi
natowi / normal-bump-unwrap-uv.md
Last active July 7, 2020 09:24
normal-bump-unwrap-uv

AwesomeBump

https://github.com/kmkolasinski/AwesomeBump

What can AwesomeBump do?

convert from normal map to height map,
convert from height map (bump map) to normal map,
extract the bump from the arbitrary image,

calculate ambient occlusion and specularity of image.

# imagemasking.py by ALfuhrmann https://github.com/alicevision/meshroom/issues/188
from __future__ import print_function
__version__ = "1.0"
from meshroom.core import desc
import json
import numpy as np
import glob
How the nodes work (reconstructed, personal project)
CC BY-SA
## CameraInit
reads image metadata
sensor width lookup
Calculates viewpoints.sfm with image metadata and Intrinsics